]> git.feebdaed.xyz Git - 0xmirror/cJSON.git/commitdiff
remove float-divide-by-zero for supporting NAN
authorAlanscut <wp_scut@163.com>
Thu, 27 Aug 2020 12:46:00 +0000 (20:46 +0800)
committerAlanscut <wp_scut@163.com>
Thu, 27 Aug 2020 12:46:00 +0000 (20:46 +0800)
CMakeLists.txt

index 0a73a2c270601d298933008580f4e94dff62640b..4c369404682d0e87548d5a7f0cd45f8f87f460fa 100644 (file)
@@ -68,7 +68,6 @@ if (ENABLE_SANITIZERS)
         -fno-omit-frame-pointer
         -fsanitize=address
         -fsanitize=undefined
-        -fsanitize=float-divide-by-zero
         -fsanitize=float-cast-overflow
         -fsanitize-address-use-after-scope
         -fsanitize=integer