From aed146282ebfdb128169c05aebadc01e112ba468 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 25 Jan 2019 18:59:21 +0100 Subject: [PATCH] optimized gfortran configuration --- config/gfortran.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gfortran.cfg b/config/gfortran.cfg index f561fcb7..94a12ccf 100644 --- a/config/gfortran.cfg +++ b/config/gfortran.cfg @@ -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 #################