summarylogtreecommitdiffstats
path: root/meson-mingw-wrapper
diff options
context:
space:
mode:
authorNicola Murino2019-09-08 05:12:31 +0200
committerNicola Murino2019-09-08 05:12:31 +0200
commit279a8d0cdcf73f0c6251496c0a2956c8770a4e61 (patch)
tree993edade47a0edacdffe5806bec83a1eba6ccb38 /meson-mingw-wrapper
parent73e2758799ad035510c1dbfaa33f5d158b6ea2f5 (diff)
downloadaur-279a8d0cdcf7.tar.gz
allows to override the strip option
it is too aggressive with static library and a ranlib is not always enough
Diffstat (limited to 'meson-mingw-wrapper')
-rw-r--r--meson-mingw-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson-mingw-wrapper b/meson-mingw-wrapper
index 41aaa921f18a..9adc2d065cf6 100644
--- a/meson-mingw-wrapper
+++ b/meson-mingw-wrapper
@@ -27,7 +27,7 @@ exec meson setup \
--buildtype release \
--wrap-mode nofallback \
-D b_lto=true \
- --strip \
+ -D strip=true \
--cross-file ${CROSS_FILE} \
--default-library shared \
"$@"