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
FC = gfortran
23
- FFLAGS = -O2 -frecursive
23
+ FFLAGS = -O2 -frecursive -fimplicit-none
24
24
FFLAGS_DRV = $(FFLAGS)
25
- FFLAGS_NOOPT = -O0 -frecursive
25
+ FFLAGS_NOOPT = -O0 -frecursive -fimplicit-none
26
26
27
27
# Define LDFLAGS to the desired linker options for your machine.
28
28
#
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ CFLAGS = -O3
27
27
# type.
28
28
#
29
29
FC = gfortran
30
- FFLAGS = -O2 -frecursive -freal-4-real-16 -freal-8-real-16
30
+ FFLAGS = -O2 -frecursive -freal-4-real-16 -freal-8-real-16 -fimplicit-none
31
31
FFLAGS_DRV = $(FFLAGS)
32
- FFLAGS_NOOPT = -O0 -frecursive -freal-4-real-16 -freal-8-real-16
32
+ FFLAGS_NOOPT = -O0 -frecursive -freal-4-real-16 -freal-8-real-16 -fimplicit-none
33
33
34
34
# Define LDFLAGS to the desired linker options for your machine.
35
35
#
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
FC = gfortran
23
- FFLAGS = -O2 -frecursive
23
+ FFLAGS = -O2 -frecursive -fimplicit-none
24
24
FFLAGS_DRV = $(FFLAGS)
25
- FFLAGS_NOOPT = -O0 -frecursive
25
+ FFLAGS_NOOPT = -O0 -frecursive -fimplicit-none
26
26
27
27
# Define LDFLAGS to the desired linker options for your machine.
28
28
#
You can’t perform that action at this time.
0 commit comments