mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-25 09:05:47 -04:00
pkgbuild: line-wrap meson configure command line
This commit is contained in:
parent
55433d7797
commit
173bb805c2
1 changed files with 5 additions and 1 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -41,7 +41,11 @@ build() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback -Db_lto=true ..
|
meson \
|
||||||
|
--prefix=/usr \
|
||||||
|
--buildtype=release \
|
||||||
|
--wrap-mode=nofallback \
|
||||||
|
-Db_lto=true ..
|
||||||
|
|
||||||
if [[ ${do_pgo} == yes ]]; then
|
if [[ ${do_pgo} == yes ]]; then
|
||||||
find -name "*.gcda" -delete
|
find -name "*.gcda" -delete
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue