Wording.
[pintos-anon] / src / Make.config
index d4143b84b857119e1bffb419df05d5671bd70a29..63d6a226ea5fb3d61c33ae4ef5ce3f8175010e11 100644 (file)
@@ -22,8 +22,8 @@ RM = rm
 CAT = cat
 
 # Compiler and assembler invocation.
-WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes
-CFLAGS = -g -O3 -MMD -msoft-float 
+WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
+CFLAGS = -g -MMD -msoft-float
 ASFLAGS = -Wa,--gstabs -MMD
 
 %.o: %.c