Browse Source

increase template depth

David Rose 23 years ago
parent
commit
8dde619073
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -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