I decided to yay resolve-davinci but it takes a WHOLE DAY to build(Building CXX object). Why? I have Ryzen 7 1700x and its usage is only up to 25%
I decided to yay resolve-davinci but it takes a WHOLE DAY to build(Building CXX object). Why? I have Ryzen 7 1700x and its usage is only up to 25%
Better yet, use
~/.makepkg.conf
to avoid setting it system wide and useMAKEFLAGS="-j$(nproc)"
to have it automatically detect how many processes to use.