cmark

My personal build of CMark ✏️

Commit
678bdab4a4421e64f7c36991a098ae6db730140b
Parent
b4599a48694b78a5db144f17c2ab281a6d9f17d1
Author
John MacFarlane <jgm@berkeley.edu>
Date

Ubsan: add -fsanitize=undefined to link flags too.

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified src/CMakeLists.txt 1 1 0
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -167,4 +167,5 @@ endif($ENV{TIMER})
 
 if(CMAKE_BUILD_TYPE STREQUAL "Ubsan")
   set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=undefined")
+  set(CMAKE_EXE_LINKER_FLAGS  "${CMAKE_EXE_LINKER_FLAGS} -fsanitize=undefined")
 endif() 
\ No newline at end of file