X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMake.config;h=63d6a226ea5fb3d61c33ae4ef5ce3f8175010e11;hb=32ab853825188ab13a2a56c6e9c54fb9f0af197d;hp=dd7631327b8db857d67ee41b98486e6a5bc24028;hpb=79d2377280eea5d40b83f39fd04e14eeda8db1e1;p=pintos-anon diff --git a/src/Make.config b/src/Make.config index dd76313..63d6a22 100644 --- a/src/Make.config +++ b/src/Make.config @@ -23,7 +23,7 @@ CAT = cat # Compiler and assembler invocation. WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers -CFLAGS = -g -O3 -MMD -msoft-float +CFLAGS = -g -MMD -msoft-float ASFLAGS = -Wa,--gstabs -MMD %.o: %.c