소스 검색

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

This is so that NaN and INFINITY values can be produced.
Max Bruckner 7 년 전
부모
커밋
3e2c29528a
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