mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 18:38:23 +01:00
Revert "Added ffast-math to Options"
This reverts commit f0d680ea55e01c1e310bd48c24868a87fa69d606
This commit is contained in:
parent
f0d680ea55
commit
007bade889
@ -10,7 +10,7 @@ find_package(OpenMP)
|
|||||||
|
|
||||||
option(USE_OPENMP "Compile with OpenMP support" ON)
|
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."
|
"Flags used by the C++ compiler during opt builds."
|
||||||
FORCE)
|
FORCE)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user