mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
infra: switch the optimization option to level 3
In case of modern systems, size is not a big problem, so we turn the optimization option to default for better performance. FPS: ~20% enhanced Size: ~25% increased Note that this doesn't affect to the web player.
This commit is contained in:
parent
d732030bef
commit
6fd00329aa
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', 'cpp_std=c++14', 'strip=true'],
|
||||
default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=3', 'cpp_std=c++14', 'strip=true'],
|
||||
version : '0.14.0',
|
||||
license : 'MIT')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue