summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-06-09 19:51:21 +0200
committerMichel Zou2021-06-09 19:51:21 +0200
commit28f99e4b75e9b7b8024d50f69832984596651e40 (patch)
treef434df3d028f4a5cb4e837ce2c939912319ef5e1 /PKGBUILD
parent182fa02f606780ccbc2b2075b7fad04c93211c49 (diff)
downloadaur-28f99e4b75e9b7b8024d50f69832984596651e40.tar.gz
update flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa22366adee3..9197fa4c0201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ package() {
--prefix=${pkgdir}/usr/${_arch:3} \
--user-config=user-config.jam \
--without-python --without-mpi --without-graph_parallel \
- cxxflags="-std=c++14 -D_FORTIFY_SOURCE=2 -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4" \
+ cxxflags="-D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection" \
linkflags="-Wl,-O1,--sort-common,--as-needed -fstack-protector" \
address-model=${_arch:0:2} \
architecture=x86 \