Fortran flag -frecursive is disabled by default

This commit is contained in:
wernsaar 2014-06-25 13:55:19 +02:00
parent a13bcc1716
commit 9d6f2b594e
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ NO_AFFINITY = 1
# COMMON_OPT = -O2
# gfortran option for LAPACK
FCOMMON_OPT = -frecursive
# enable this flag only on 64bit Linux and if you need a thread safe lapack library
# FCOMMON_OPT = -frecursive
# Profiling flags
COMMON_PROF = -pg