Removed assertions for accurate executions times

This commit is contained in:
Laurent Saboret 2009-10-02 12:59:34 +00:00
parent 744704e814
commit 1603d0c38f
3 changed files with 0 additions and 3 deletions

View File

@ -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)

View File

@ -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" )

View File

@ -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" )