Commit 9fa8cb2
committed
Merge branch 'framework/add_gnu_implicit_none_flag' into develop (PR #1377)
This merge adds the -fimplicit-none flag to both the FFLAGS_OPT and FFLAGS_DEBUG
variables in the 'gnu' build target in the top-level Makefile. With the addition
of this flag, compilation will now fail with the gfortran compiler if implicitly
defined variables are present in Fortran source code.
* framework/add_gnu_implicit_none_flag:
Add -fimplicit-none to FFLAGS_OPT and FFLAGS_DEBUG in 'gnu' build target1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments