txlyre hace 1 año
padre
commit
b2a6fc2634
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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