Commit 1b72275
committed
Merge branch 'framework/gfortran_options_cleanup' into hotfix-v7.1 (PR #802)
This merge introduces several minor updates and clean-up changes to the 'gfortran'
build target:
1. Remove the -m64 flag, which is architecture-specific
2. Change -O3 to -g in the definition of CXXFLAGS_DEBUG
3. Enable all available run-time checks with -fcheck=all for debug builds
* framework/gfortran_options_cleanup:
Enable all runtime checks when DEBUG=true in gfortran build target
Remove -m64 from all compiler flag sets in gfortran build target
Change -O3 to -g in CXXFLAGS_DEBUG for gfortran build target1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments