summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372018-11-11 04:21:35 -0200
committerbtd13372018-11-11 04:21:35 -0200
commita3307195a006a192824a27d71fd29b6ef42d5843 (patch)
tree1506fb1b4fa3fd9e34407335a701f562e70d786c /PKGBUILD
parent2bdeb13da97115ec4fdcb9917570b14fb289afae (diff)
downloadaur-a3307195a006a192824a27d71fd29b6ef42d5843.tar.gz
update meson flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8206544075e8..b5f75a3bf5bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ pkgver() {
build() {
cd "${_gitname}/"
- meson . _build --prefix=/usr
+ meson . _build --prefix=/usr --buildtype=debug -Ddistro=arch
ninja -C _build
}