You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/12/07 01:02:06 UTC

svn commit: r601922 - /incubator/stdcxx/trunk/etc/config/vacpp.config

Author: sebor
Date: Thu Dec  6 16:02:05 2007
New Revision: 601922

URL: http://svn.apache.org/viewvc?rev=601922&view=rev
Log:
2007-12-06 Travis Vitek <vi...@roguewave.com>

	STDCXX-443
	* etc/config/vacpp.config: Remove -Q compile flag for AIX
	optimized builds to be consistent with IBM documentation.

Modified:
    incubator/stdcxx/trunk/etc/config/vacpp.config

Modified: incubator/stdcxx/trunk/etc/config/vacpp.config
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/vacpp.config?rev=601922&r1=601921&r2=601922&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/vacpp.config (original)
+++ incubator/stdcxx/trunk/etc/config/vacpp.config Thu Dec  6 16:02:05 2007
@@ -175,9 +175,7 @@
 DEBUG_CPPFLAGS  =
 
 # -O enables inlining of all functions declared inline
-# -Q (same as -qinline) enables inlining of all functions
-#    up to 20 statements big
-OPTMZ_CXXFLAGS  = -O -Q
+OPTMZ_CXXFLAGS  = -O
 OPTMZ_CPPFLAGS  =
 
 # shared/archive library options