1
0
Fork 0
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:
Derek Dai 2017-04-14 12:48:45 +08:00
parent 700c5fad9b
commit c2fc985624

View file

@ -4,8 +4,7 @@ project('Miraclecast',
meson_version: '>=0.39',
default_options: ['buildtype=debugoptimized',
'c_std=gnu11',
'b_lundef=true',
'b_sanitize=address']
'b_lundef=true']
)
add_project_arguments('-D_GNU_SOURCE', language: 'c')