Do not always strip in meson

This commit is contained in:
Wildan M 2026-02-28 11:58:00 +07:00
parent 700101f28b
commit f6c2987764
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -29,7 +29,6 @@ function DYNAMIC_INIT {
COOKBOOK_MESON_FLAGS=(
--buildtype release
--wrap-mode nofallback
--strip
-Ddefault_library=shared
-Dprefix=/usr
)
@ -69,7 +68,6 @@ function DYNAMIC_STATIC_INIT {
COOKBOOK_MESON_FLAGS=(
--buildtype release
--wrap-mode nofallback
--strip
-Ddefault_library=both
-Dprefix=/usr
)
@ -270,7 +268,6 @@ COOKBOOK_MESON="meson"
COOKBOOK_MESON_FLAGS=(
--buildtype release
--wrap-mode nofallback
--strip
-Ddefault_library=static
-Dprefix=/usr
)