aboutsummaryrefslogtreecommitdiff
path: root/makepkg.d/makepkg.x86_64.conf
diff options
context:
space:
mode:
authorCoelacanthus <[email protected]>2021-11-23 05:44:22 +0800
committerGitHub <[email protected]>2021-11-23 05:44:22 +0800
commitb4325079dca3c8769293864dd176f4b09c97319f (patch)
tree6fd991ada9317374530ef5b13688147ef6c56cec /makepkg.d/makepkg.x86_64.conf
parent6080e318b05423c1afe497699cc91813bf71a367 (diff)
fix(repo): [REBUILD_ALL] update baseline to x86_64-v2 (#9)
Signed-off-by: Coelacanthus <[email protected]>
Diffstat (limited to 'makepkg.d/makepkg.x86_64.conf')
-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"