diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-05-29 11:09:48 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-05-29 11:09:48 -0700 |
commit | e5d216b9190bb0ca6f33e175931630e7aa9bd430 (patch) | |
tree | 44196cf7204aade8acfce11f76551be0831e3923 | |
parent | 678bdab4a4421e64f7c36991a098ae6db730140b (diff) |
Revert "Ubsan: add -fsanitize=undefined to link flags too."
This reverts commit 678bdab4a4421e64f7c36991a098ae6db730140b.
This commit led to two -fsanitized=undefined in the same linker
invocation.
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a38393c..f27186e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -167,5 +167,4 @@ 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 |