Merge branch 'ml_flags' of git.gfz-potsdam.de:mluebke/diffusion into ml_flags

This commit is contained in:
Max Luebke 2022-04-06 10:09:11 +02:00
commit 2f04d3462c

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)