summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-01-09 14:06:24 -0500
committerVincent Grande2021-01-09 14:06:24 -0500
commit56b00b01be3ce3809ee1c274cac367ffe18fa034 (patch)
tree09737b488020d2f23fb51868123822656e33dd60 /PKGBUILD
parent1093db5935e84437213c932d0bcbf97f2ac8f7de (diff)
downloadaur-56b00b01be3ce3809ee1c274cac367ffe18fa034.tar.gz
disable debug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a182f1599d1e..30233f09e181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -91,8 +91,9 @@ build () {
-D zstd=enabled \
-D microsoft-clc=disabled \
-D selinux=false \
- -D sse2=true
-
+ -D sse2=true \
+ -D debug=false
+
meson configure _build
ninja $NINJAFLAGS -C _build