mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:51:38 +08:00
43ab3a1bf0
* feat : update thorvg 0.10.1 * update : baseline
13 lines
495 B
Diff
13 lines
495 B
Diff
diff --git a/meson.build b/meson.build
|
|
index dff33edb..f8339a3a 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -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=s', 'cpp_std=c++14'],
|
|
version : '0.10.1',
|
|
license : 'MIT')
|
|
|