diff options
| author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2019-03-25 17:00:32 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-03-26 20:15:44 +0200 |
| commit | da1bb49787b2f65ca3a4c3c3fb0d9eda822f3275 (patch) | |
| tree | e650bc94fe36d4b6a438658476395893180b306a /data/macros.meson | |
| parent | e2f4e926b2f5ef2419dad8a3a5a5fc73fa3b5937 (diff) | |
| download | meson-da1bb49787b2f65ca3a4c3c3fb0d9eda822f3275.tar.gz | |
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/macros.meson')
| -rw-r--r-- | data/macros.meson | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/macros.meson b/data/macros.meson index 05d21e58b..73a31ab7d 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}} |
