From f0ab07957c7ace17af08ffabbbb64eb607f53f28 Mon Sep 17 00:00:00 2001 From: Coelacanthus Date: Sun, 24 Oct 2021 17:41:38 +0800 Subject: refactor(makepkg): enable parallel compilation Signed-off-by: Coelacanthus --- makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makepkg.conf') diff --git a/makepkg.conf b/makepkg.conf index c37b078..a059782 100644 --- a/makepkg.conf +++ b/makepkg.conf @@ -45,7 +45,7 @@ CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" #RUSTFLAGS="-C opt-level=2" #-- Make Flags: change this for DistCC/SMP systems -#MAKEFLAGS="-j2" +MAKEFLAGS="-j$(nproc)" #-- Debugging flags DEBUG_CFLAGS="-g -fvar-tracking-assignments" DEBUG_CXXFLAGS="-g -fvar-tracking-assignments" -- cgit v1.3.1