Skip to content

Commit e2700c7

Browse files
committed
Added -Mrecursive option to pgf95 configuration
This is done for similar reasons as the '-frecursive' option in the gfortran configuration file (see e.g. bug112)
1 parent 0ec7f11 commit e2700c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL/make.inc.pgf95

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ CFLAGS =
1616
# the compiler options desired when NO OPTIMIZATION is selected.
1717
#
1818
FC = pgf95
19-
FFLAGS = -O3
19+
FFLAGS = -O3 -Mrecursive
2020
FFLAGS_DRV = $(FFLAGS)
21-
FFLAGS_NOOPT = -O0
21+
FFLAGS_NOOPT = -O0 -Mrecursive
2222

2323
# Define LDFLAGS to the desired linker options for your machine.
2424
#

0 commit comments

Comments
 (0)