mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Oops - forgot second line for Win32 gcc template depth
[SVN r10733]
This commit is contained in:
parent
8a1ea91100
commit
99ef587c39
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue