Revert "Modifying c++ rules to increase template depth for CGAL compilation."

This reverts commit 5050e9e61f.

-lrt nor needed in src/decompositionMethods/decompositionMethods/Make/options
This commit is contained in:
graham
2009-08-19 18:35:06 +01:00
parent 5050e9e61f
commit af5b3ea85f
15 changed files with 15 additions and 16 deletions

View File

@ -6,7 +6,7 @@ CC = g++ -m64 -mcpu=power5+
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