From a1a0eae89b8be77152476b46e9cfa7d28dcc09a8 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 12 May 2024 00:08:06 +0100 Subject: [PATCH] Add compilation flag to use all available cores --- dotfiles/.makepkg.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 dotfiles/.makepkg.conf diff --git a/dotfiles/.makepkg.conf b/dotfiles/.makepkg.conf new file mode 100644 index 00000000..06c44a5f --- /dev/null +++ b/dotfiles/.makepkg.conf @@ -0,0 +1 @@ +MAKEFLAGS="-j$(nproc)"