increase template depth

This commit is contained in:
David Rose 2003-02-07 19:07:09 +00:00
parent 911bb92934
commit 8dde619073

View File

@ -505,7 +505,7 @@
#define CXX g++ #define CXX g++
// gcc might run into template limits on some parts of Panda. // gcc might run into template limits on some parts of Panda.
#define C++FLAGS_GEN -ftemplate-depth-20 #define C++FLAGS_GEN -ftemplate-depth-25
#else #else
#define CC cc #define CC cc
#define CXX CC #define CXX CC