From ec9aebb1224b7a007d98263c189321fbd14d3128 Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 21 Dec 2021 10:58:09 +0100 Subject: [PATCH] Update makepkg.conf --- makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepkg.conf b/makepkg.conf index f5271ac..4d3790a 100644 --- a/makepkg.conf +++ b/makepkg.conf @@ -43,7 +43,7 @@ CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \ -fstack-clash-protection -fcf-protection" CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" -#RUSTFLAGS="-C opt-level=2" +RUSTFLAGS="-C target-cpu=x86-64 -C opt-level=2" #-- Make Flags: change this for DistCC/SMP systems MAKEFLAGS="-j4" #-- Debugging flags