txlyre 1 year ago
parent
commit
b2a6fc2634
1 changed files with 1 additions and 1 deletions
  1. 1 1
      langs/wm/run.sh

+ 1 - 1
langs/wm/run.sh

@@ -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
 fi