From 0f0c7b01dd8ee6e950225e1f8278e05cd5947fc5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Dec 2020 18:54:01 -0800 Subject: Rebuild for boost 1.75 --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 7606e66..0f28523 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgname=0ad pkgver=a23.1 _pkgver=0.0.23b-alpha -pkgrel=12 +pkgrel=13 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('x86_64') url="https://play0ad.com/" @@ -46,9 +46,10 @@ build() { # http://site.icu-project.org/download/61#TOC-Migration-Issues CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1' - # -fPIE and -pie break compilation # 0ad is prone to OOM, use 1 thread per 8GB ram export MAKEFLAGS="-j4" + + # -fPIE and -pie break compilation export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4 -fPIC" export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4 -fPIC" -- cgit v1.2.1