diff --git a/CMakeLists.txt b/CMakeLists.txt index c210607..be921ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,10 +5,6 @@ set(CMAKE_CXX_COMPILER clang++) set(CMAKE_SKIP_RPATH ON) -if(CMAKE_BUILD_TYPE STREQUAL "Release") - add_definitions("-DLSFG_NO_DEBUG") -endif() - # subprojects add_compile_options(-fPIC -Wno-deprecated-declarations