mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03: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
f520fdd432
commit
1e95d4fe9a
@ -64,7 +64,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
|
||||
|
Loading…
Reference in New Issue
Block a user