mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
Revert "PKGBUILD: set b_pgo=generate in first call to meson"
This reverts commit 7c2dd93690.
Or repeated pkgbuilds will fail since the first meson call
doesn't *re*configure an already configured build tree, causing us to
build with pgo=use when we should be using pgo=generate.
This commit is contained in:
parent
1bc9835246
commit
e87612fecb
1 changed files with 3 additions and 1 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -13,7 +13,9 @@ pkgver() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
meson --prefix=/usr --buildtype=release -Db_lto=true -Dc_args="-fno-stack-protector" -Db_pgo=generate ..
|
meson --prefix=/usr --buildtype=release -Db_lto=true -Dc_args="-fno-stack-protector" ..
|
||||||
|
|
||||||
|
meson configure -Db_pgo=generate
|
||||||
ninja
|
ninja
|
||||||
ninja test
|
ninja test
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue