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
16
16
# the compiler options desired when NO OPTIMIZATION is selected.
17
17
#
18
18
FC = ifort
19
- FFLAGS = -O3 -fp-model strict -assume protect_parens
19
+ FFLAGS = -O3 -fp-model strict -assume protect_parens -recursive
20
20
FFLAGS_DRV = $(FFLAGS)
21
- FFLAGS_NOOPT = -O0 -fp-model strict -assume protect_parens
21
+ FFLAGS_NOOPT = -O0 -fp-model strict -assume protect_parens -recursive
22
22
23
23
# Define LDFLAGS to the desired linker options for your machine.
24
24
#
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ CFLAGS =
16
16
# the compiler options desired when NO OPTIMIZATION is selected.
17
17
#
18
18
FC = pgf95
19
- FFLAGS = -O3
19
+ FFLAGS = -O3 -Mrecursive
20
20
FFLAGS_DRV = $(FFLAGS)
21
- FFLAGS_NOOPT = -O0
21
+ FFLAGS_NOOPT = -O0 -Mrecursive
22
22
23
23
# Define LDFLAGS to the desired linker options for your machine.
24
24
#
You can’t perform that action at this time.
0 commit comments