X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2FMake.config;h=dd7631327b8db857d67ee41b98486e6a5bc24028;hb=a495d508b3e7d4f0ddbfe60066064474d1898e0d;hp=d4143b84b857119e1bffb419df05d5671bd70a29;hpb=2cacc498e98254172fed7ad31edccba0146a3c2a;p=pintos-anon diff --git a/src/Make.config b/src/Make.config index d4143b8..dd76313 100644 --- a/src/Make.config +++ b/src/Make.config @@ -22,7 +22,7 @@ RM = rm CAT = cat # Compiler and assembler invocation. -WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes +WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers CFLAGS = -g -O3 -MMD -msoft-float ASFLAGS = -Wa,--gstabs -MMD