From: Ben Pfaff Date: Wed, 15 Dec 2004 00:51:19 +0000 (+0000) Subject: Turn off optimization by default. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=515939328292cac043cf76c8e505e93b9b2c90e3 Turn off optimization by default. --- 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