mirror of https://github.com/CGAL/cgal
Temporary traces: turn on CGAL assertions
This commit is contained in:
parent
4d92a1293a
commit
9c10d6e647
|
|
@ -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" )
|
||||
|
|
|
|||
Loading…
Reference in New Issue