Hi, all
How to speed up the AUR package, like gcc-6
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.
Most helpful comment
Thanks @Morganamilo
After
export MAKEFLAGS="-j8", the compile speed up.