浏览代码

increase template depth

David Rose 23 年之前
父节点
当前提交
8dde619073
共有 1 个文件被更改,包括 1 次插入1 次删除
  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