mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-05 01:40:41 -05:00
install: fix typo in ‘ninja’
This commit is contained in:
parent
fbe9f54db0
commit
82d9fd9219
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ To do a regular, non-PGO build optimized for performance:
|
||||||
```sh
|
```sh
|
||||||
export CFLAGS="$CFLAGS -O3 -march=native"
|
export CFLAGS="$CFLAGS -O3 -march=native"
|
||||||
meson --buildtype=release --prefix=/usr -Db_lto=true ../..
|
meson --buildtype=release --prefix=/usr -Db_lto=true ../..
|
||||||
wninja
|
ninja
|
||||||
ninja test
|
ninja test
|
||||||
ninja install
|
ninja install
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue