Skip to content

Commit

Permalink
DEBUG=2 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Feb 1, 2024
1 parent d241bea commit 710c594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See [the included Makefile](./src/Makefile), which detects NetCDF using `nf-conf
Compilation options can be controlled with environment variables:

- `FC=gfortran` (default) or compiler name/path (e.g. `FC=ifort`, `FC=gfortran-11`, `FC=/usr/bin/gfortran-11`)
- `DEBUG=0` (off; default) or `DEBUG=1` (on)
- `DEBUG=0` (off; default) or `DEBUG=1` (on) or `DEBUG=2` (more flags, including FPE traps and traceback)
- `NC=0` (off) or `NC=1` (on; default)

Example:
Expand Down

0 comments on commit 710c594

Please sign in to comment.