summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-24 21:20:56 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-24 21:20:56 -0800
commit2646e08b682973a63b3afddd7b18109c098421dd (patch)
tree799c01c00e29f787113e1233432f8528dba3cc0a
parent3a499838a1bfa6d84852118fdd8775eac339a754 (diff)
Removed obsolete TIMER macro.
-rw-r--r--src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 814591e..02918f5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -165,10 +165,6 @@ if(MSVC)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /TP")
endif()
-if($ENV{TIMER})
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DTIMER=1")
-endif($ENV{TIMER})
-
if(CMAKE_BUILD_TYPE STREQUAL "Ubsan")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=undefined")
endif()