]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Add "None" for sanitizer option
authorPavel P <pavlov.pavel@gmail.com>
Tue, 20 Jan 2026 19:52:13 +0000 (21:52 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 21 Jan 2026 22:37:39 +0000 (23:37 +0100)
CMakeLists.txt

index b9bfbed7216756bcac92dbf0a509e8f455c9f3b8..2c569b6dd848ec41247f10b5599541c871a465df 100644 (file)
@@ -111,7 +111,7 @@ Default is no prefix (empty prefix).")
 
 # Add multi-choice option
 set(WITH_SANITIZER AUTO CACHE STRING "Enable sanitizer support")
-set_property(CACHE WITH_SANITIZER PROPERTY STRINGS "Memory" "Address" "Undefined" "Thread")
+set_property(CACHE WITH_SANITIZER PROPERTY STRINGS "None" "Memory" "Address" "Undefined" "Thread")
 
 if(BASEARCH_ARM_FOUND)
     cmake_dependent_option(WITH_ARMV6 "Build with ARMv6 SIMD" ON ARCH_32BIT OFF)