Skip to content
Snippets Groups Projects
Commit 3cb0958b authored by graham's avatar graham
Browse files

Returning wmake/rules/linux64Gcc/c++ template depth to 40 after removal of CV...

Returning wmake/rules/linux64Gcc/c++ template depth to 40 after removal of CV meshers from this branch
parent d3f0fb96
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment