From 678bdab4a4421e64f7c36991a098ae6db730140b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 29 May 2015 10:36:34 -0700 Subject: Ubsan: add -fsanitize=undefined to link flags too. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f27186e..a38393c 100644 --- 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 -- cgit v1.2.3