mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
remove address sanitizer flag from default options
let user or packaging system to decide whether or not to use it Change-Id: I27e7f7eae3f79431a1ec7dc69d5f372677dadbad
This commit is contained in:
parent
700c5fad9b
commit
c2fc985624
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ project('Miraclecast',
|
||||||
meson_version: '>=0.39',
|
meson_version: '>=0.39',
|
||||||
default_options: ['buildtype=debugoptimized',
|
default_options: ['buildtype=debugoptimized',
|
||||||
'c_std=gnu11',
|
'c_std=gnu11',
|
||||||
'b_lundef=true',
|
'b_lundef=true']
|
||||||
'b_sanitize=address']
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_project_arguments('-D_GNU_SOURCE', language: 'c')
|
add_project_arguments('-D_GNU_SOURCE', language: 'c')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue