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