mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
Added ffast-math to Options
This commit is contained in:
parent
8ed121cfe6
commit
f0d680ea55
@ -10,7 +10,7 @@ find_package(OpenMP)
|
||||
|
||||
option(USE_OPENMP "Compile with OpenMP support" ON)
|
||||
|
||||
set(CMAKE_CXX_FLAGS_GENERICOPT "-O3 -march=native" CACHE STRING
|
||||
set(CMAKE_CXX_FLAGS_GENERICOPT "-O3 -march=native -ffast-math" CACHE STRING
|
||||
"Flags used by the C++ compiler during opt builds."
|
||||
FORCE)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user