Commit f14f0ce
committed
Enable all runtime checks when DEBUG=true in gfortran build target
The gfortran build target previously included just the -fbounds-check flag for
debug builds. This commit replaces -fbounds-check with -fcheck=all, which
enables various other runtime checks, including checks for pointers, array
temporaries, and recursion in routines not marked as recursive.1 parent c0ddd4d commit f14f0ce
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments