You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2005/04/29 23:16:24 UTC

svn commit: r165342 - /httpd/httpd/branches/2.0.x/build/NWGNUenvironment.inc

Author: bnicholes
Date: Fri Apr 29 14:16:23 2005
New Revision: 165342

URL: http://svn.apache.org/viewcvs?rev=165342&view=rev
Log:
Disable some default LibC debugging code when compiling optimized

Modified:
    httpd/httpd/branches/2.0.x/build/NWGNUenvironment.inc

Modified: httpd/httpd/branches/2.0.x/build/NWGNUenvironment.inc
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/build/NWGNUenvironment.inc?rev=165342&r1=165341&r2=165342&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/build/NWGNUenvironment.inc (original)
+++ httpd/httpd/branches/2.0.x/build/NWGNUenvironment.inc Fri Apr 29 14:16:23 2005
@@ -127,6 +127,9 @@
 endif
 
 DEFINES		= -DNETWARE
+ifndef DEBUG
+DEFINES += -DNDEBUG
+endif
 
 #
 # MetroWerks static Libraries