From e9cac1b9d468f9d1712dc2714702f90a2853084b Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 29 Apr 2005 21:14:21 +0000 Subject: [PATCH] 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 --- build/NWGNUenvironment.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 4462236104..ea3ded6b12 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 -- 2.50.1