Skip to content

Commit 296adf9

Browse files
committed
doc(README): revert nag build instructions
1 parent 275e446 commit 296adf9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,8 @@ Substitute the desired number of images for the `4` above.
9999

100100
### Testing with the Numerical Algorithms Group (`nagfor`) compiler
101101
```zsh
102-
fpm test --compiler nagfor --profile release --flag "-fpp"
102+
fpm test --compiler nagfor --flag -fpp
103103
```
104-
where the `--profile release` is required to work around a recently identified
105-
compiler bug that necessitates using an optimization level above `-O0`.
106104

107105
### Building and testing with the Cray Compiler Environment (CCE)
108106
Because `fpm` uses the compiler name to determine the compiler identity and because
@@ -149,4 +147,3 @@ documentation.
149147
[Building the documentation]: #building-the-documentation
150148
[Sourcery GitHub Pages site]: http://sourceryinstitute.github.io/sourcery/
151149
[`ford`]: https://github.com/Fortran-FOSS-Programmers/ford
152-

0 commit comments

Comments
 (0)