mirror of https://github.com/CGAL/cgal
Removed assertions for accurate executions times
This commit is contained in:
parent
744704e814
commit
1603d0c38f
|
|
@ -102,7 +102,6 @@ if(CGAL_Qt4_FOUND AND QT4_FOUND AND OPENGL_FOUND AND QGLVIEWER_FOUND)
|
|||
|
||||
# Temporary debugging stuff
|
||||
ADD_DEFINITIONS( "-DDEBUG_TRACE" ) # turn on traces
|
||||
string(REGEX REPLACE "-DCGAL_NDEBUG" "" CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}") # turn on assertions
|
||||
|
||||
qt4_wrap_ui( UI_FILES MainWindow.ui)
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ if ( CGAL_FOUND )
|
|||
|
||||
# Temporary debugging stuff
|
||||
ADD_DEFINITIONS( "-DDEBUG_TRACE" ) # 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.cpp" )
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ if ( CGAL_FOUND )
|
|||
|
||||
# Temporary debugging stuff
|
||||
ADD_DEFINITIONS( "-DDEBUG_TRACE" ) # 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