COMP: CGAL 3.7 now used. Template depth required to increased > 75, made 100.

This commit is contained in:
graham
2011-01-07 14:24:17 +00:00
parent 2d787d50ae
commit 98f97e7852
19 changed files with 19 additions and 19 deletions

View File

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