diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2005-04-29 21:15:42 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2005-04-29 21:15:42 +0000 |
commit | 7a51587c703cfc1f2d27970b5c3e4af29e924d98 (patch) | |
tree | f35776246240dd602f9d5ce54249a0a9b3444fb0 /build | |
parent | 786d3a9e1ce8997e99c02aac07b073acedb72745 (diff) | |
download | libapr-7a51587c703cfc1f2d27970b5c3e4af29e924d98.tar.gz |
Disable some default LibC debugging code when compiling optimized
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@165341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUenvironment.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index b3aff53b1..3d1563e71 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -116,6 +116,9 @@ NOVI = $(NOVELLLIBC)\imports INCDIRS = $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock; DEFINES = -DNETWARE +ifndef DEBUG +DEFINES += -DNDEBUG +endif # # MetroWerks static Libraries |