Revert "Added ffast-math to Options"

This reverts commit f0d680ea55e01c1e310bd48c24868a87fa69d606
This commit is contained in:
Max Lübke 2022-04-06 09:49:31 +02:00
parent f0d680ea55
commit 007bade889

View File

@ -10,7 +10,7 @@ find_package(OpenMP)
option(USE_OPENMP "Compile with OpenMP support" ON)
set(CMAKE_CXX_FLAGS_GENERICOPT "-O3 -march=native -ffast-math" CACHE STRING
set(CMAKE_CXX_FLAGS_GENERICOPT "-O3 -march=native" CACHE STRING
"Flags used by the C++ compiler during opt builds."
FORCE)