You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/11/20 11:10:29 UTC

svn commit: r882480 - /httpd/httpd/trunk/build/NWGNUenvironment.inc

Author: fuankg
Date: Fri Nov 20 10:10:28 2009
New Revision: 882480

URL: http://svn.apache.org/viewvc?rev=882480&view=rev
Log:
fixed NetWare objects output directory naming take 2.

Modified:
    httpd/httpd/trunk/build/NWGNUenvironment.inc

Modified: httpd/httpd/trunk/build/NWGNUenvironment.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUenvironment.inc?rev=882480&r1=882479&r2=882480&view=diff
==============================================================================
--- httpd/httpd/trunk/build/NWGNUenvironment.inc (original)
+++ httpd/httpd/trunk/build/NWGNUenvironment.inc Fri Nov 20 10:10:28 2009
@@ -204,7 +204,7 @@
 endif
 
 # -O4,p                 level 4 optimizations, optimize for speed
-ifeq "$(RELEASE)" "optimized"
+ifeq "$(RELEASE)" "release"
 CFLAGS += -O4,p
 endif