diff --git a/CMakeLists.txt b/CMakeLists.txt index 84b8a012..8be7fea5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,11 +127,6 @@ elseif (UNIX) if (${CMAKE_BUILD_TYPE} STREQUAL "RELWITHDEBINFO") add_definitions(-DENABLE_PROFILING) endif () - - # this is so some profile specific stuff is turned on in the code - if (${CMAKE_BUILD_TYPE} STREQUAL "MINSIZEREL") - add_definitions(-DENABLE_PROFILING) - endif () endif () add_subdirectory(external)