mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
commit
71e98d5b8f
1 changed files with 3 additions and 2 deletions
|
|
@ -127,8 +127,9 @@ mkdir -p bld/release && cd bld/release
|
|||
### Release build
|
||||
|
||||
```sh
|
||||
export CFLAGS+="-O3 -march=native -fno-plt"
|
||||
meson --buildtype=release --prefix=/usr -Db_lto=true
|
||||
CFLAGS+="-O3 -march=native -fno-plt"
|
||||
export CFLAGS
|
||||
meson --buildtype=release --prefix=/usr -Db_lto=true ../..
|
||||
```
|
||||
|
||||
For performance reasons, I strongly recommend doing a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue