mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
common: meson.build added default_options cpp_std=gnu++14
This commit is contained in:
parent
0773185f92
commit
5f25154ba8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
project('thorvg',
|
project('thorvg',
|
||||||
'cpp',
|
'cpp',
|
||||||
default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=s'],
|
default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=s', 'cpp_std=gnu++14'],
|
||||||
version : '0.4.99',
|
version : '0.4.99',
|
||||||
license : 'MIT')
|
license : 'MIT')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue