optimized gfortran configuration

This commit is contained in:
Anthony Scemama 2019-01-25 18:59:21 +01:00
parent 0992b52dcf
commit aed146282e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ OPENMP : 1 ; Append OpenMP flags
# -ffast-math and the Fortran-specific
# -fno-protect-parens and -fstack-arrays.
[OPT]
FCFLAGS : -Ofast -msse4.2
FCFLAGS : -Ofast -march=native
# Profiling flags
#################