enable -Wwrite-strings for gas
[deliverable/binutils-gdb.git] / gas / Makefile.am
index 36ef7ed6704f326ffd4f02ce5ab397f41fd4dd6e..596e469eadc76d769b5b5c3f3262d432c04c276b 100644 (file)
@@ -37,7 +37,7 @@ LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
 am__skiplex =
 am__skipyacc =
 
-WARN_CFLAGS = @WARN_CFLAGS@
+WARN_CFLAGS = @WARN_CFLAGS@ @WARN_WRITE_STRINGS@
 NO_WERROR = @NO_WERROR@
 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC)
 
This page took 0.037108 seconds and 4 git commands to generate.