mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 04:45:41 +02:00
meson: set b_ndebug=if-release
This commit is contained in:
parent
244eb55431
commit
d860204cd3
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@ project('f00bar', 'c',
|
||||||
version: '1.0.3',
|
version: '1.0.3',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.48.0',
|
meson_version: '>=0.48.0',
|
||||||
default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])
|
default_options: ['c_std=c11',
|
||||||
|
'warning_level=1',
|
||||||
|
'werror=true',
|
||||||
|
'b_ndebug=if-release'])
|
||||||
|
|
||||||
plugs_as_libs = get_option('core-plugins-as-shared-libraries')
|
plugs_as_libs = get_option('core-plugins-as-shared-libraries')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue