]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Disable some default LibC debugging code when compiling optimized
authorBradley Nicholes <bnicholes@apache.org>
Fri, 29 Apr 2005 21:16:23 +0000 (21:16 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 29 Apr 2005 21:16:23 +0000 (21:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@165342 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index d8374f1388c702d7f30d9fbe181e314229869d29..0bf002bb5a55dfafd30d22aea79d112b7d8e7536 100644 (file)
@@ -127,6 +127,9 @@ INCDIRS := $(INCDIRS);$(ZLIBSDK)
 endif
 
 DEFINES                = -DNETWARE
+ifndef DEBUG
+DEFINES += -DNDEBUG
+endif
 
 #
 # MetroWerks static Libraries