1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

use meson default build type instead of debugoptimized

Change-Id: I39bdc3e9df61c681b7ec5800a9e57fc7e9971cb0
This commit is contained in:
Derek Dai 2017-04-20 20:27:16 +08:00
parent ee314c3258
commit b16f1e5a51

View file

@ -2,9 +2,7 @@ project('Miraclecast',
'c', 'c',
version: '1', version: '1',
meson_version: '>=0.39', meson_version: '>=0.39',
default_options: ['buildtype=debugoptimized', default_options: ['c_std=gnu11', 'b_lundef=true']
'c_std=gnu11',
'b_lundef=true']
) )
add_project_arguments('-D_GNU_SOURCE', language: 'c') add_project_arguments('-D_GNU_SOURCE', language: 'c')