diff options
| -rw-r--r-- | makepkg.conf | 6 |
1 files 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" |
