Skip to content
Snippets Groups Projects
Commit 94efed9e authored by Rene Redler's avatar Rene Redler
Browse files

corrects gfortran compiler option

parent 09e21b02
No related branches found
No related tags found
1 merge request!56Debugging Strategies lecture notes
Pipeline #66684 passed
......@@ -48,7 +48,7 @@ Typically using `-g` for Intel, GCC and many other compilers
In the Fortran world, also
- gfortran: `-fbacktrace`, `-fsanitize=bounds-strict`
- gfortran: `-fbacktrace`, `-fbounds-check`
- intel (ifort): `-traceback`, `-check bounds`, `-check all`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment