added FCOMMON_OPT for lapack

This commit is contained in:
wernsaar 2014-05-14 15:01:03 +02:00
parent 8877c6db51
commit d18bc5468f
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ VERSION = 0.2.9.rc2
# The default -O2 is enough.
# COMMON_OPT = -O2
# gfortran option for LAPACK
FCOMMON_OPT=-frecursive
# Profiling flags
COMMON_PROF = -pg