aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2019-03-25 17:00:32 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2019-03-26 20:15:44 +0200
commitda1bb49787b2f65ca3a4c3c3fb0d9eda822f3275 (patch)
treee650bc94fe36d4b6a438658476395893180b306a /data
parente2f4e926b2f5ef2419dad8a3a5a5fc73fa3b5937 (diff)
downloadmeson-da1bb49787b2f65ca3a4c3c3fb0d9eda822f3275.zip
meson-da1bb49787b2f65ca3a4c3c3fb0d9eda822f3275.tar.gz
meson-da1bb49787b2f65ca3a4c3c3fb0d9eda822f3275.tar.bz2
rpm: Always set b_ndebug to true
'if-release' does not catch buildtype=plain, so we need to do this. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'data')
-rw-r--r--data/macros.meson1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/macros.meson b/data/macros.meson
index 05d21e5..73a31ab 100644
--- a/data/macros.meson
+++ b/data/macros.meson
@@ -21,6 +21,7 @@
--sharedstatedir=%{_sharedstatedir} \
--wrap-mode=%{__meson_wrap_mode} \
--auto-features=%{__meson_auto_features} \
+ -Db_ndebug=true \
%{_vpath_srcdir} %{_vpath_builddir} \
%{nil}}