Browse Source

added FCOMMON_OPT for lapack

tags/v0.2.9^2
wernsaar 12 years ago
parent
commit
d18bc5468f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile.rule

+ 3
- 0
Makefile.rule 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



Loading…
Cancel
Save