Browse Source

Fortran flag -frecursive is disabled by default

tags/v0.2.10.rc1^2
wernsaar 12 years ago
parent
commit
9d6f2b594e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile.rule

+ 2
- 1
Makefile.rule 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


Loading…
Cancel
Save