mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
README: install::other: do a release build, and mention profile guided
This commit is contained in:
parent
d86b0ddc21
commit
9f3d860e61
1 changed files with 6 additions and 2 deletions
|
|
@ -279,12 +279,16 @@ To build, first, create a build directory, and switch to it:
|
||||||
mkdir -p bld/debug && cd bld/debug
|
mkdir -p bld/debug && cd bld/debug
|
||||||
```
|
```
|
||||||
|
|
||||||
Second, configure the build (if you intend to install it globally, you
|
Second, configure[^2] the build (if you intend to install it globally, you
|
||||||
might also want `--prefix=/usr`):
|
might also want `--prefix=/usr`):
|
||||||
```sh
|
```sh
|
||||||
meson --buildtype=debug ../..
|
meson --buildtype=release ../..
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[^2]: for advanced users: a profile guided build will have
|
||||||
|
significantly better performance; take a look at
|
||||||
|
[PKDBUILD](PKGBUILD) to see how this can be done.
|
||||||
|
|
||||||
Three, build it:
|
Three, build it:
|
||||||
```sh
|
```sh
|
||||||
ninja
|
ninja
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue