PKGBUILD: don't allow subproject fallback

This commit is contained in:
Daniel Eklöf 2019-12-01 16:28:49 +01:00
parent fcea49920f
commit 50a32a0e15
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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