From 1fba725094b962a6f2254f4b95b00f6c15f8fd09 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 1 Jun 2012 00:34:47 +0200 Subject: [PATCH] Configure options --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8d28a8d..a522edd 100644 --- a/configure.ac +++ b/configure.ac @@ -169,13 +169,13 @@ case $FC in IRPF90="$IRPF90 -DMPI" ;; ifort*) - FCFLAGS="-O3 -axT -ip" + FCFLAGS="-O3 -axSSE2,AVX -ip" if test $STATIC == 1 ; then FCFLAGS="$FCFLAGS -static-intel -static-libgcc -static" fi ;; gfortran*) - FCFLAGS="-O3 -ffast-math" + FCFLAGS="-fPIC -O3 -ffast-math" if test $STATIC == 0 ; then FCFLAGS="$FCFLAGS -static-libgcc -static" fi