Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Moon <zachary.moon@noaa.gov>
  • Loading branch information
drnimbusrain and zmoon authored Aug 5, 2023
1 parent d7cfa3a commit 73334b8
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 @@ -20,7 +20,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 ifort
- `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)
- `NC=0` (off) or `NC=1` (on; default)

Expand Down

0 comments on commit 73334b8

Please sign in to comment.