Turn off optimization by default.
[pintos-anon] / src / Make.config
index dd7631327b8db857d67ee41b98486e6a5bc24028..63d6a226ea5fb3d61c33ae4ef5ce3f8175010e11 100644 (file)
@@ -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