extending template max depth to 60

This commit is contained in:
andy
2009-09-17 11:52:09 +01:00
parent d7b6c3aa03
commit 6c13d978cf
14 changed files with 14 additions and 14 deletions

View File

@ -6,7 +6,7 @@ CC = g++ -m32
include $(RULES)/c++$(WM_COMPILE_OPTION)
ptFLAGS = -DNoRepository -ftemplate-depth-40
ptFLAGS = -DNoRepository -ftemplate-depth-60
c++FLAGS = $(GFLAGS) $(c++WARN) $(c++OPT) $(c++DBUG) $(ptFLAGS) $(LIB_HEADER_DIRS) -fPIC