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