Temporary traces: turn on CGAL assertions

This commit is contained in:
Laurent Saboret 2009-09-10 09:19:00 +00:00
parent 4d92a1293a
commit 9c10d6e647
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ if ( CGAL_FOUND )
endif()
# Temporary debugging stuff
ADD_DEFINITIONS( "-DDEBUG_TRACE=2" )
ADD_DEFINITIONS( "-DDEBUG_TRACE=2" ) # turn on traces
string(REGEX REPLACE "-DCGAL_NDEBUG" "" CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}") # turn on assertions
# Executables that do *not* require BLAS, LAPACK nor TAUCS
create_single_source_cgal_program( "APSS_reconstruction_test.cpp" )