X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2FMake.config;fp=src%2FMake.config;h=63d6a226ea5fb3d61c33ae4ef5ce3f8175010e11;hp=dd7631327b8db857d67ee41b98486e6a5bc24028;hb=515939328292cac043cf76c8e505e93b9b2c90e3;hpb=36771800f7bfa985736db684d0c820c96db887ae 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