This commit is contained in:
Wim Taymans 2021-03-18 14:50:04 +01:00
parent 08f2284eea
commit c81d44e8a9
2 changed files with 92 additions and 4 deletions

View file

@ -1,10 +1,11 @@
project('pipewire', ['c' ],
version : '0.3.23',
version : '0.3.24',
license : 'MIT',
meson_version : '>= 0.49.0',
default_options : [ 'warning_level=3',
'c_std=gnu99',
'b_pie=true',
#'b_sanitize=address,undefined',
'buildtype=debugoptimized' ])