Ver código fonte

increase template depth

David Rose 23 anos atrás
pai
commit
8dde619073
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -505,7 +505,7 @@
   #define CXX g++
 
   // 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
   #define CC cc
   #define CXX CC