mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -05:00
Fix documentation snippets
- zsh doesn't like "export var+=value", make it two steps - meson was complaining with "ERROR: Must specify at least one directory name.", so add the relative "../.."
This commit is contained in:
parent
6f28c16023
commit
dbac3e4e4a
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