Yay: Speed up compile packages

Created on 30 Nov 2018  路  2Comments  路  Source: Jguer/yay

Hi, all
How to speed up the AUR package, like gcc-6

Most helpful comment

Thanks @Morganamilo
After export MAKEFLAGS="-j8" , the compile speed up.

All 2 comments

makepkg does all the buiding. Yay's overhead is going to be negligible on a package like that. Instead consult the makepkg wiki: https://wiki.archlinux.org/index.php/makepkg#Improving_compile_times

Thanks @Morganamilo
After export MAKEFLAGS="-j8" , the compile speed up.

Was this page helpful?
0 / 5 - 0 ratings