Browse Source

Oops - forgot second line for Win32 gcc template depth

[SVN r10733]
Beman Dawes 25 years ago
parent
commit
99ef587c39
1 changed files with 3 additions and 3 deletions
  1. 3 3
      status/compiler.cfg

+ 3 - 3
status/compiler.cfg

@@ -218,14 +218,14 @@ win32
 cygwin
 GCC under cygwin
 g++ -c -ftemplate-depth-40 -I%include %source
-g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
+g++ -o boosttmp.exe -ftemplate-depth-40 -I%include %source
 GNU <a href="http://gcc.gnu.org/">GCC</a><br>2.95.2-6<br><a href="http://sources.redhat.com/cygwin/">Cygwin</a> 1.1.7
 
 //win32
 //gcc-stlport-debug
 //GCC under cygwin with STLport 4.0
-//g++ -c -ftemplate-depth-30 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
-//g++ -o boosttmp.exe -ftemplate-depth-30 "$BOOST_STLPORT_PATH/lib/" -I%include %source
+//g++ -c -ftemplate-depth-40 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
+//g++ -o boosttmp.exe -ftemplate-depth-40 "$BOOST_STLPORT_PATH/lib/" -I%include %source
 //GNU<br>GCC<br>2.95.2-6<br>STLport<br>4.0
 
 win32

粤ICP备19079148号