summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2005-04-29 21:13:17 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2005-04-29 21:13:17 +0000
commit97025198c7aa3723b8bd119e37ae0563594b4de5 (patch)
tree798836a0ddb16b0169a29a7715a488c435a144ca /build
parent66df4c0e5eb02ae53a70892a031199242e9ce3ea (diff)
downloadlibapr-97025198c7aa3723b8bd119e37ae0563594b4de5.tar.gz
Disable some default LibC debugging code when compiling optimized
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@165339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUenvironment.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index ce9df25e9..fd54b487c 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -125,6 +125,9 @@ DEFINES = -DNETWARE
ifndef USE_STDSOCKETS
DEFINES += -DUSE_WINSOCK
endif
+ifndef DEBUG
+DEFINES += -DNDEBUG
+endif
#
# MetroWerks static Libraries