From 23f027139e5f0da860b41e6b8eb3045ba08335e8 Mon Sep 17 00:00:00 2001 From: Alanscut Date: Thu, 27 Aug 2020 20:46:00 +0800 Subject: [PATCH] remove float-divide-by-zero for supporting NAN --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a73a2c..4c36940 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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