Merge pull request #502 from Alanscut/nan

remove float-divide-by-zero for supporting NAN
This commit is contained in:
Alan Wang 2020-08-27 20:48:25 +08:00 committed by GitHub
commit 0b13220419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View 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