install: simplify sentence

This commit is contained in:
Daniel Eklöf 2020-11-14 14:12:22 +01:00
parent a6fc5d64e8
commit 11ea06c71d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -130,7 +130,7 @@ mkdir -p bld/release && cd bld/release
export CFLAGS="$CFLAGS -O3 -march=native"
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
[PGO](#profile-guided-optimization) (Profile Guided Optimization)