From d2fab58ed33fb03fc6fa26b52743656f1bed1b8e Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 29 Apr 2005 21:16:23 +0000 Subject: [PATCH] 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 --- build/NWGNUenvironment.inc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3