Returning wmake/rules/linux64Gcc/c++ template depth to 40 after removal of CV meshers from this branch

This commit is contained in:
graham
2008-07-24 14:21:11 +01:00
parent d3f0fb96fe
commit 3cb0958b32

View File

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