From: Bradley Nicholes Date: Fri, 29 Apr 2005 21:16:23 +0000 (+0000) Subject: Disable some default LibC debugging code when compiling optimized X-Git-Tag: 2.0.55~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2fab58ed33fb03fc6fa26b52743656f1bed1b8e;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/branches/2.0.x@165342 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index d8374f1388c..0bf002bb5a5 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -127,6 +127,9 @@ INCDIRS := $(INCDIRS);$(ZLIBSDK) endif DEFINES = -DNETWARE +ifndef DEBUG +DEFINES += -DNDEBUG +endif # # MetroWerks static Libraries