From 5a96b7745e733e04123606a470f532daca48506e Mon Sep 17 00:00:00 2001 From: Philipp Basler <28863303+phbasler@users.noreply.github.com> Date: Fri, 19 Jul 2024 00:23:38 +0200 Subject: [PATCH] disable sanitize --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c876c67d..546accf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,8 +74,8 @@ if(NOT Boost_FOUND) set(BSMPTCompileBaryo OFF) endif() -add_compile_options(-fsanitize=address) -add_link_options(-fsanitize=address) +# add_compile_options(-fsanitize=address) +# add_link_options(-fsanitize=address) set(CodeCoverageExcludesFromOtherPkgs "") if(NOT "${EIGEN3_ROOT_DIR}" STREQUAL "")