What is your suggestion?
From meson 0.62, meson install support '--strip', but there are no way to pass it to conan's tools.Meson.
--tags TAGS Install only targets having one of the
given tags. (Since 0.60.0)
--strip Strip targets even if strip option was
not set during configure. (Since 0.62.0)
May be a conf like for cmake:
tools.cmake:install_strip: Add --strip to cmake.install()
Have you read the CONTRIBUTING guide?
What is your suggestion?
From meson 0.62, meson install support '--strip', but there are no way to pass it to conan's tools.Meson.
May be a conf like for cmake:
Have you read the CONTRIBUTING guide?