X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMake.config;h=dd7631327b8db857d67ee41b98486e6a5bc24028;hb=b1806515c63fe6705eb36b4c6810649d1647a883;hp=d4143b84b857119e1bffb419df05d5671bd70a29;hpb=04c55108f55f8a6f4a31a5085151bb729635ff8e;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