Skip to content
Snippets Groups Projects
Commit 62008ba3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

optimize tetgen.cxx (but not predicates.cxx)

parent 2c073cab
No related branches found
No related tags found
No related merge requests found
......@@ -1181,7 +1181,7 @@ endif(NOWARN)
check_cxx_compiler_flag("-O0" NOOPT)
if(NOOPT)
file(GLOB_RECURSE NOOPT_SRC Numeric/robustPredicates.cpp Mesh/BDS.cpp
Parser/Gmsh.tab.cpp contrib/Tetgen*/*.cxx)
Parser/Gmsh.tab.cpp contrib/Tetgen*/predicates.cxx)
foreach(FILE ${NOOPT_SRC})
get_source_file_property(PROP ${FILE} COMPILE_FLAGS)
if(PROP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment