Skip to content

Commit 8178a1c

Browse files
gareth-nxjvdp1
andauthored
Remove -flto to make the example almost compiler independent
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 58c9b37 commit 8178a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Important options are
137137
For example, to configure a build using the Ninja backend while specifying compiler flags `FFLAGS`, generating procedures up to rank 7, and installing to your home directory, use
138138

139139
```sh
140-
export FFLAGS="-O3 -flto"
140+
export FFLAGS="-O3"
141141
cmake -B build -G Ninja -DCMAKE_MAXIMUM_RANK:String=7 -DCMAKE_INSTALL_PREFIX=$HOME/.local
142142
```
143143

0 commit comments

Comments
 (0)