mirror of
https://github.com/DaveGamble/cJSON.git
synced 2024-12-26 21:04:24 +08:00
CMake: Remove -fsanitize=float-divide-by-zero
This is so that NaN and INFINITY values can be produced.
This commit is contained in:
parent
02641037b7
commit
5af3271726
@ -64,7 +64,6 @@ if (ENABLE_SANITIZERS)
|
|||||||
-fno-omit-frame-pointer
|
-fno-omit-frame-pointer
|
||||||
-fsanitize=address
|
-fsanitize=address
|
||||||
-fsanitize=undefined
|
-fsanitize=undefined
|
||||||
-fsanitize=float-divide-by-zero
|
|
||||||
-fsanitize=float-cast-overflow
|
-fsanitize=float-cast-overflow
|
||||||
-fsanitize-address-use-after-scope
|
-fsanitize-address-use-after-scope
|
||||||
-fsanitize=integer
|
-fsanitize=integer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user