mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -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
|
### Release build
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export CFLAGS+="-O3 -march=native -fno-plt"
|
CFLAGS+="-O3 -march=native -fno-plt"
|
||||||
meson --buildtype=release --prefix=/usr -Db_lto=true
|
export CFLAGS
|
||||||
|
meson --buildtype=release --prefix=/usr -Db_lto=true ../..
|
||||||
```
|
```
|
||||||
|
|
||||||
For performance reasons, I strongly recommend doing a
|
For performance reasons, I strongly recommend doing a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue