Last active
September 7, 2020 10:57
-
-
Save Fef0/c200ada187141753aa6fe5ec89612b4e to your computer and use it in GitHub Desktop.
Enable all threads when compiling with makepkg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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