summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormemchr2023-12-13 03:38:05 +0000
committermemchr2023-12-13 03:38:05 +0000
commit27655f711db444196576094c7ac729885e0b5221 (patch)
treecf1fd2f9203d7921f022a679379c52465ad72b74
parente814f3836f999d08622ec21f7b3c0e38ea956f3b (diff)
downloadaur-27655f711db444196576094c7ac729885e0b5221.tar.gz
disable asserts
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45d085297ed7..dcf5c656d4e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -106,6 +106,7 @@ build() {
--sbindir bin \
--buildtype release \
--wrap-mode nodownload \
+ -D b_ndebug=true \
-D b_lto=true \
-D b_pie=true \
-D default_library=shared \