Преглед изворни кода

CMake: Remove -fsanitize=float-divide-by-zero

This is so that NaN and INFINITY values can be produced.
Max Bruckner пре 7 година
родитељ
комит
1e95d4fe9a
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      CMakeLists.txt

+ 0 - 1
CMakeLists.txt

@@ -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