Skip to content

Commit

Permalink
disable static address sanitizer library by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rdementi committed Oct 24, 2024
1 parent 9afa833 commit ead7611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
option(PCM_NO_ASAN "Disable address sanitizer" OFF)
option(PCM_FUZZ "Enable fuzzing" OFF)
option(PCM_BUILD_EXECUTABLES "Build PCM utilities" ON)
option(PCM_NO_STATIC_LIBASAN OFF)
option(PCM_NO_STATIC_LIBASAN "Disable static address sanitizer library" ON)

if(MSVC)
option(PCM_NO_STATIC_MSVC_RUNTIME_LIBRARY "Disable using static runtime under MSVC" OFF)
Expand Down

0 comments on commit ead7611

Please sign in to comment.