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#
2222FC = gfortran
23- FFLAGS = -O2 -frecursive -fimplicit-none
23+ FFLAGS = -O2 -frecursive
2424FFLAGS_DRV = $(FFLAGS)
25- FFLAGS_NOOPT = -O0 -frecursive -fimplicit-none
25+ FFLAGS_NOOPT = -O0 -frecursive
2626
2727# Define LDFLAGS to the desired linker options for your machine.
2828#
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ CFLAGS = -O3
2727# type.
2828#
2929FC = gfortran
30- FFLAGS = -O2 -frecursive -freal-4-real-16 -freal-8-real-16 -fimplicit-none
30+ FFLAGS = -O2 -frecursive -freal-4-real-16 -freal-8-real-16
3131FFLAGS_DRV = $(FFLAGS)
32- FFLAGS_NOOPT = -O0 -frecursive -freal-4-real-16 -freal-8-real-16 -fimplicit-none
32+ FFLAGS_NOOPT = -O0 -frecursive -freal-4-real-16 -freal-8-real-16
3333
3434# Define LDFLAGS to the desired linker options for your machine.
3535#
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#
2222FC = gfortran
23- FFLAGS = -O2 -frecursive -fimplicit-none
23+ FFLAGS = -O2 -frecursive
2424FFLAGS_DRV = $(FFLAGS)
25- FFLAGS_NOOPT = -O0 -frecursive -fimplicit-none
25+ FFLAGS_NOOPT = -O0 -frecursive
2626
2727# Define LDFLAGS to the desired linker options for your machine.
2828#
You can’t perform that action at this time.
0 commit comments