]> granicus.if.org Git - apache/commitdiff
Turn off optimization completely when building debug
authorBradley Nicholes <bnicholes@apache.org>
Mon, 26 Aug 2002 15:29:47 +0000 (15:29 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 26 Aug 2002 15:29:47 +0000 (15:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96531 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index 53fec990e5fa8ca2a827f1ba1043c8aa52989d4a..e9bf2c1bbd61a8cc3eadcd079bd8691a00eabdfc 100644 (file)
@@ -141,10 +141,10 @@ PLIB3S    = $(METROWERKS)\Novell Support\Metrowerks Support\Libraries\MSL C++\MWCPP
 CFLAGS = -c -nosyspath -Cpp_exceptions off -RTTI off -align 4 -w nocmdline -proc PII -inst mmx
 
 # -g                    generate debugging information
-# -O1                   level 1 optimizations
+# -O0                   level 0 optimizations
 
 ifeq "$(RELEASE)" "debug"
-CFLAGS += -g -O1
+CFLAGS += -g -O0
 endif
 
 # -O4,p                 level 4 optimizations, optimize for speed