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/06/08 02:02:49 UTC

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

Author: sebor
Date: Thu Jun  7 17:02:48 2007
New Revision: 545351

URL: http://svn.apache.org/viewvc?view=rev&rev=545351
Log:
2007-06-07  Martin Sebor  <se...@roguewave.com>

	* vacpp.config (OPTMZ_CXXFLAGS): Replaced -qinline with the equivalent
	-Q for consistency with other single-letter options and documented.

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?view=diff&rev=545351&r1=545350&r2=545351
==============================================================================
--- incubator/stdcxx/trunk/etc/config/vacpp.config (original)
+++ incubator/stdcxx/trunk/etc/config/vacpp.config Thu Jun  7 17:02:48 2007
@@ -148,7 +148,10 @@
 DEBUG_CXXFLAGS  = -g
 DEBUG_CPPFLAGS  =
 
-OPTMZ_CXXFLAGS  = -O -qinline
+# -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_CPPFLAGS  =
 
 # shared/archive library options