Skip to content

Commit

Permalink
no sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Oct 12, 2024
1 parent dca8e96 commit 8e2e1c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ set(CMAKE_MODULE_PATH

if(MSVC)
add_compile_options(/EHsc)
else()
add_link_options(-fsanitize=address)
add_compile_options(-fsanitize=address)
endif()

if(WIN32)
set(MPIR_LIBRARY_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../mpir_gc_x64")
Expand Down

0 comments on commit 8e2e1c3

Please sign in to comment.