From e97954b26d8abe2af0da8e8224515d741b77f129 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Tue, 10 Jan 2017 11:27:00 -0600 Subject: [PATCH] bad copypasta --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) 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)