]> granicus.if.org Git - apache/commitdiff
Disable some default LibC debugging code when compiling optimized
authorBradley Nicholes <bnicholes@apache.org>
Fri, 29 Apr 2005 21:14:21 +0000 (21:14 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 29 Apr 2005 21:14:21 +0000 (21:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165340 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index 44622361049450144139ecce07b686de8bc9c4aa..ea3ded6b129a29a937d6fedb130244ff2aeb17aa 100644 (file)
@@ -132,10 +132,13 @@ ifneq "$(ZLIBSDK)" ""
 INCDIRS := $(INCDIRS);$(ZLIBSDK)
 endif
 
-DEFINES                = -DNETWARE
+DEFINES                = -DNETWARE 
 ifndef USE_STDSOCKETS
 DEFINES += -DUSE_WINSOCK
 endif
+ifndef DEBUG
+DEFINES += -DNDEBUG
+endif
 
 #
 # MetroWerks static Libraries