Turn off optimization by default.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 15 Dec 2004 00:51:19 +0000 (00:51 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 15 Dec 2004 00:51:19 +0000 (00:51 +0000)
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