From 3cb0958b325ca672ac4524ad0e144f2aa5bf5efb Mon Sep 17 00:00:00 2001 From: graham Date: Thu, 24 Jul 2008 14:21:11 +0100 Subject: [PATCH] Returning wmake/rules/linux64Gcc/c++ template depth to 40 after removal of CV meshers from this branch --- wmake/rules/linux64Gcc/c++ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmake/rules/linux64Gcc/c++ b/wmake/rules/linux64Gcc/c++ index 677b1e5bb4..36b5c29b20 100644 --- a/wmake/rules/linux64Gcc/c++ +++ b/wmake/rules/linux64Gcc/c++ @@ -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