summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-01-05 10:08:46 +0100
committerMichel Zou2019-01-05 10:08:46 +0100
commita86f73a6582c7daf196016b4d956b2f481161f5a (patch)
treedaad43a3b0b9f7fde3c609799acce62c2b16e872 /PKGBUILD
parent1524b72acf59436ad40ad76937a34e4657907039 (diff)
downloadaur-a86f73a6582c7daf196016b4d956b2f481161f5a.tar.gz
update flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fdd9c49fb38..2ce250441d93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mingw-w64-boost
pkgver=1.69.0
_boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)"
arch=('any')
url="http://www.boost.org/"
@@ -57,7 +57,7 @@ package() {
--prefix=${pkgdir}/usr/${_arch:3} \
--user-config=user-config.jam \
--without-python --without-mpi --without-graph_parallel \
- cxxflags="-std=c++14 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4" \
+ cxxflags="-std=c++14 -D_FORTIFY_SOURCE=2 -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4" \
address-model=${_arch:0:2} \
architecture=x86 \
binary-format=pe \