From 73ecb88aeb6cb355ee3aa261cedb8e4a67bc6e60 Mon Sep 17 00:00:00 2001 From: Cekis Date: Fri, 1 Sep 2023 01:56:05 -0400 Subject: [PATCH] Removed problematic compiler flags --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5876eeb7..424b01c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,8 +47,6 @@ set(CMAKE_CXX_FLAGS "\ -Wno-reorder \ -Wno-tautological-constant-out-of-range-compare \ -Wno-address-of-packed-member \ - -Wfatal-errors \ - -ffast-math \ ") string(TOUPPER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE)