mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +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',
|
||||
'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',
|
||||
license : 'MIT')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue