From: Bradley Nicholes Date: Fri, 29 Apr 2005 21:14:21 +0000 (+0000) Subject: Disable some default LibC debugging code when compiling optimized X-Git-Tag: 2.1.5~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9cac1b9d468f9d1712dc2714702f90a2853084b;p=thirdparty%2Fapache%2Fhttpd.git Disable some default LibC debugging code when compiling optimized git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165340 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 44622361049..ea3ded6b129 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -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