X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMake.config;h=27f8328682154a84cf69030c66a895878942ea2f;hb=5d1a6ed11fee1efccec0b7d8cb30bdc42a52c584;hp=d4143b84b857119e1bffb419df05d5671bd70a29;hpb=04c55108f55f8a6f4a31a5085151bb729635ff8e;p=pintos-anon diff --git a/src/Make.config b/src/Make.config index d4143b8..27f8328 100644 --- a/src/Make.config +++ b/src/Make.config @@ -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 -masm=intel ASFLAGS = -Wa,--gstabs -MMD %.o: %.c