summaryrefslogtreecommitdiff
path: root/quackleio/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2019-07-21 02:02:10 -0700
committerJohn Fultz <jfultz@wolfram.com>2019-07-21 02:02:36 -0700
commitd1f7ebd10a68d1a43f1d4a7a22ce631126e8b4a5 (patch)
tree64c85515af7725ea40348ecac2831a0a86f154e6 /quackleio/CMakeLists.txt
parent3743da9b9fa17d7c524619dc53d91d57d86e03a2 (diff)
Remove address sanitizer from cmake.
I may add it back later as an option.
Diffstat (limited to 'quackleio/CMakeLists.txt')
-rw-r--r--quackleio/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/quackleio/CMakeLists.txt b/quackleio/CMakeLists.txt
index e7d83b5..460839d 100644
--- a/quackleio/CMakeLists.txt
+++ b/quackleio/CMakeLists.txt
@@ -42,6 +42,3 @@ add_library(quackleio
)
target_include_directories(quackleio PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/..")
target_link_libraries(quackleio Qt5::Core)
-
-set_target_properties(quackleio PROPERTIES COMPILE_FLAGS -fsanitize=address)
-set_target_properties(quackleio PROPERTIES LINK_FLAGS -fsanitize=address)