X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMake.config;h=b1d480e70ae51453e636057e5b7d556722443825;hb=7c40a20ad1cfcf4db3e5b93dd30654f6fdc1ef73;hp=fdf6ce164901a928f195355aadb1d588dc34baf5;hpb=8d59042da241701a5167acd38b08217977a93138;p=pintos-anon diff --git a/src/Make.config b/src/Make.config index fdf6ce1..b1d480e 100644 --- a/src/Make.config +++ b/src/Make.config @@ -24,8 +24,7 @@ endif # Compiler and assembler invocation. DEFINES = -WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers \ - -Wdeclaration-after-statement +WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers CFLAGS = -g -MMD -msoft-float CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib ASFLAGS = -Wa,--gstabs -MMD