aboutsummaryrefslogtreecommitdiff
path: root/makepkg.d
diff options
context:
space:
mode:
Diffstat (limited to 'makepkg.d')
-rw-r--r--makepkg.d/makepkg.x86_64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/makepkg.d/makepkg.x86_64.conf b/makepkg.d/makepkg.x86_64.conf
index 079d986..33450d3 100644
--- a/makepkg.d/makepkg.x86_64.conf
+++ b/makepkg.d/makepkg.x86_64.conf
@@ -7,7 +7,7 @@ CHOST="x86_64-pc-linux-gnu"
#-- Compiler and Linker Flags
#CPPFLAGS=""
-CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
+CFLAGS="-march=x86-64-v2 -mtune=generic -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"