From: Tomas Krizek Date: Wed, 24 Mar 2021 13:21:28 +0000 (+0100) Subject: meson: disable assetions X-Git-Tag: v5.4.0~18^2~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c327b843464518d5c81d99e8a9a7de919ba8df4;p=thirdparty%2Fknot-resolver.git meson: disable assetions This primarily affects dependency headers and contrib code, as kresd now uses kr_require() or kr_assume() instead of assert(). --- diff --git a/meson.build b/meson.build index b3487574a..52c7edf72 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( ['c', 'cpp'], license: 'GPLv3+', version: '5.3.2', - default_options: ['c_std=gnu11', 'b_ndebug=if-release'], + default_options: ['c_std=gnu11', 'b_ndebug=false'], meson_version: '>=0.49', )