mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-18 22:05:25 -05:00
readme: mention that -O3 is default in release builds
This commit is contained in:
parent
2541060ae4
commit
ae27a92153
1 changed files with 3 additions and 1 deletions
|
|
@ -321,7 +321,9 @@ more than twice as fast as a clang build.
|
|||
foot when doing PGO builds and building with `-O2`; it is about 30-40%
|
||||
slower compared to GCC 9.3.
|
||||
|
||||
The work around is simple: make sure you build with `-O3`.
|
||||
The work around is simple: make sure you build with `-O3`. This is the
|
||||
default with `meson --buildtype=release`, but e.g. `makepkg` can
|
||||
override it (`makepkg` uses `-O2` by default).
|
||||
|
||||
|
||||
## Installing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue