File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ CFLAGS = -O3
20
20
# should not compile LAPACK with flags such as -ffpe-trap=overflow.
21
21
#
22
22
FORTRAN = gfortran
23
- OPTS = -O2
23
+ OPTS = -O2 -frecursive
24
24
DRVOPTS = $(OPTS)
25
- NOOPT = -O0
25
+ NOOPT = -O0 -frecursive
26
26
27
27
# Define LOADER and LOADOPTS to refer to the loader and desired
28
28
# load options for your machine.
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ CFLAGS = -g
19
19
# and handle these quantities appropriately. As a consequence, one
20
20
# should not compile LAPACK with flags such as -ffpe-trap=overflow.
21
21
#
22
- FORTRAN = gfortran -fimplicit-none -g
22
+ FORTRAN = gfortran -fimplicit-none -g -frecursive
23
23
OPTS =
24
24
DRVOPTS = $(OPTS)
25
- NOOPT = -g -O0
25
+ NOOPT = -g -O0 -frecursive
26
26
27
27
# Define LOADER and LOADOPTS to refer to the loader and desired
28
28
# load options for your machine.
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ CFLAGS = -O3
20
20
# should not compile LAPACK with flags such as -ffpe-trap=overflow.
21
21
#
22
22
FORTRAN = gfortran
23
- OPTS = -O2
23
+ OPTS = -O2 -frecursive
24
24
DRVOPTS = $(OPTS)
25
- NOOPT = -O0
25
+ NOOPT = -O0 -frecursive
26
26
27
27
# Define LOADER and LOADOPTS to refer to the loader and desired
28
28
# load options for your machine.
You can’t perform that action at this time.
0 commit comments