cmark

My personal build of CMark ✏️

Commit
2646e08b682973a63b3afddd7b18109c098421dd
Parent
3a499838a1bfa6d84852118fdd8775eac339a754
Author
John MacFarlane <jgm@berkeley.edu>
Date

Removed obsolete TIMER macro.

Diffstat

1 file changed, 0 insertions, 4 deletions

Status File Name N° Changes Insertions Deletions
Modified src/CMakeLists.txt 4 0 4
diff --git 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()