Skip to content

Commit

Permalink
disable sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
phbasler committed Jul 18, 2024
1 parent 542584a commit 5a96b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down

0 comments on commit 5a96b77

Please sign in to comment.