Skip to content

Instantly share code, notes, and snippets.

@Fef0
Last active September 7, 2020 10:57
Show Gist options
  • Select an option

  • Save Fef0/c200ada187141753aa6fe5ec89612b4e to your computer and use it in GitHub Desktop.

Select an option

Save Fef0/c200ada187141753aa6fe5ec89612b4e to your computer and use it in GitHub Desktop.
Enable all threads when compiling with makepkg
Open /etc/makepkg.conf
Search for "MAKEFLAGS=-jx" and change it to "MAKEFLAGS=-j$(($(nproc)+1))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment