summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-02-26 20:04:56 +0100
committerMichel Zou2019-02-26 20:04:56 +0100
commit709a4826fe2d1186ea8915ad6dc8bf1941e9d15b (patch)
treea51fb541e122492e8b252e217f7338bf1a994306
parent09999e71351de115d74738a5f13a1d4e95456864 (diff)
downloadaur-709a4826fe2d1186ea8915ad6dc8bf1941e9d15b.tar.gz
strip
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fc22be6a056..48d3457eecd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,6 @@ package() {
make DESTDIR="$pkgdir" install
rm -r "$pkgdir"/usr/${_arch}/share
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
- ${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
+ #${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
done
}