File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ CFLAGS = -O3
1616# the compiler options desired when NO OPTIMIZATION is selected.
1717#
1818FC = ifort
19- FFLAGS = -O3 -fp-model strict -assume protect_parens
19+ FFLAGS = -O3 -fp-model strict -assume protect_parens -recursive
2020FFLAGS_DRV = $(FFLAGS)
21- FFLAGS_NOOPT = -O0 -fp-model strict -assume protect_parens
21+ FFLAGS_NOOPT = -O0 -fp-model strict -assume protect_parens -recursive
2222
2323# Define LDFLAGS to the desired linker options for your machine.
2424#
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ CFLAGS =
1616# the compiler options desired when NO OPTIMIZATION is selected.
1717#
1818FC = pgf95
19- FFLAGS = -O3
19+ FFLAGS = -O3 -Mrecursive
2020FFLAGS_DRV = $(FFLAGS)
21- FFLAGS_NOOPT = -O0
21+ FFLAGS_NOOPT = -O0 -Mrecursive
2222
2323# Define LDFLAGS to the desired linker options for your machine.
2424#
You can’t perform that action at this time.
0 commit comments