mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -05:00
PKGBUILD: don't allow subproject fallback
This commit is contained in:
parent
fcea49920f
commit
50a32a0e15
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -13,7 +13,7 @@ pkgver() {
|
|||
}
|
||||
|
||||
build() {
|
||||
meson --prefix=/usr --buildtype=release -Db_lto=true -Dc_args="-fno-stack-protector -Wno-missing-profile" ..
|
||||
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback -Db_lto=true -Dc_args="-fno-stack-protector -Wno-missing-profile" ..
|
||||
|
||||
meson configure -Db_pgo=generate
|
||||
ninja
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue