From de5b73066cd669f91f7abddc9813a696de23cc88 Mon Sep 17 00:00:00 2001 From: Coelacanthus Date: Sun, 24 Oct 2021 18:52:50 +0800 Subject: refactor(makepkg): remove architecture specified config --- makepkg.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makepkg.conf b/makepkg.conf index bcc1cb2..221c0f2 100644 --- a/makepkg.conf +++ b/makepkg.conf @@ -33,12 +33,12 @@ VCSCLIENTS=('bzr::bzr' # ARCHITECTURE, COMPILE FLAGS ######################################################################### # -CARCH="x86_64" -CHOST="x86_64-pc-linux-gnu" +#CARCH="x86_64" +#CHOST="x86_64-pc-linux-gnu" #-- Compiler and Linker Flags #CPPFLAGS="" -CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \ +CFLAGS="-O2 -pipe -fno-plt -fexceptions \ -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \ -fstack-clash-protection -fcf-protection" CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS" -- cgit v1.3.1