@@ -12,6 +12,6 @@ if [ $? -eq 0 ]; then
if [ $? -eq 0 ]; then
SIZE="$(wc -c $OUT)"
- wm -Dd -s "$SIZE" "$OUT"
+ wm -j 32 -s "$SIZE" "$OUT"
fi