Skip to content

Commit

Permalink
disable libasan for a moment
Browse files Browse the repository at this point in the history
  • Loading branch information
rdementi authored Nov 18, 2024
1 parent 944c7b3 commit 5be7f4d
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 @@ -10,7 +10,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)


option(PCM_NO_ASAN "Disable address sanitizer" OFF)
option(PCM_NO_ASAN "Disable address sanitizer" ON)
option(PCM_FUZZ "Enable fuzzing" OFF)
option(PCM_BUILD_EXECUTABLES "Build PCM utilities" ON)
option(PCM_NO_STATIC_LIBASAN "Disable static address sanitizer library" ON)
Expand Down

0 comments on commit 5be7f4d

Please sign in to comment.