2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

rational.hpp (used in comprehensive.cpp) requires -ftemplate-depth-21

[SVN r9020]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2001-02-08 01:35:55 +00:00
parent 724c91b7b2
commit 2aed6f022e

View File

@@ -27,7 +27,7 @@ PYINC= -I/usr/local/Python-1.5.2/include/python1.5
#STLPORTOPTS= -D__NO_USE_STD_IOSTREAM -D__STL_NO_SGI_IOSTREAMS
#STLPORTINC= -I/net/cci/xp/C++_C_headers
STDOPTS=
STDOPTS= -ftemplate-depth-21
WARNOPTS=
CPP= g++