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:
parent
ee314c3258
commit
b16f1e5a51
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@ project('Miraclecast',
|
|||
'c',
|
||||
version: '1',
|
||||
meson_version: '>=0.39',
|
||||
default_options: ['buildtype=debugoptimized',
|
||||
'c_std=gnu11',
|
||||
'b_lundef=true']
|
||||
default_options: ['c_std=gnu11', 'b_lundef=true']
|
||||
)
|
||||
|
||||
add_project_arguments('-D_GNU_SOURCE', language: 'c')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue