mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04:00
install: simplify sentence
This commit is contained in:
parent
a6fc5d64e8
commit
11ea06c71d
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ mkdir -p bld/release && cd bld/release
|
||||||
export CFLAGS="$CFLAGS -O3 -march=native"
|
export CFLAGS="$CFLAGS -O3 -march=native"
|
||||||
meson --buildtype=release --prefix=/usr -Db_lto=true ../..
|
meson --buildtype=release --prefix=/usr -Db_lto=true ../..
|
||||||
```
|
```
|
||||||
Both `-O3` (in `CFLAGS`) and `-Db_lto=true` are **highly** recommended.
|
Both `-O3` and `-Db_lto=true` are **highly** recommended.
|
||||||
|
|
||||||
For performance reasons, I strongly recommend doing a
|
For performance reasons, I strongly recommend doing a
|
||||||
[PGO](#profile-guided-optimization) (Profile Guided Optimization)
|
[PGO](#profile-guided-optimization) (Profile Guided Optimization)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue