ref: bd2f5a1c784a853e723bb8ea703e1a40ddcf6319
parent: 3cc150e0bfff89aa93ca14fab955f43cd7f938c3
author: cbagwell <cbagwell>
date: Sun Dec 13 22:25:00 EST 2009
Strip binary before packaging.
--- a/mingwbuild
+++ b/mingwbuild
@@ -94,7 +94,10 @@
$*
fi
+# Reduce total size of sox.exe by over half.
make -s all pdf txt || exit 1
+
+i686-pc-mingw32-strip src/sox.exe
dir=sox-`grep Version: sox.pc | cut -d ' ' -f 2`
rm -rf $dir $dir-win32.zip