Sfoglia il codice sorgente

Faster compile time. Make uses all cores

Moowool 4 anni fa
parent
commit
c91bed4dbb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -5,7 +5,7 @@ if [ "$(id -u)" != "0" ]; then
    exit 1
 fi
 
-make &&
+make -j$(nproc) &&
 cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless &&
 depmod &&
 echo "