Skip to content

Commit

Permalink
Merge tag '2024-10-29' into push-2024-10-29
Browse files Browse the repository at this point in the history
Change-Id: Ief09bac0f557fac8831c8392f050f6dade666adb
  • Loading branch information
rdementi committed Oct 29, 2024
2 parents cdb8aa1 + ead7611 commit 992254d
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 992254d

Please sign in to comment.