From 1d4e461f9cd33a6e8e14d50b78a5e369e5c9cb6c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 Aug 2020 23:47:40 -0700 Subject: Rebuild Fix notes on lto and OOM --- PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index dd222a2..90b7df5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgname=0ad pkgver=a23.1 _pkgver=0.0.23b-alpha -pkgrel=10 +pkgrel=11 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('x86_64') url="https://play0ad.com/" @@ -47,8 +47,9 @@ build() { CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1' # -fPIE and -pie break compilation - export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=2 -fPIC" - export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=2 -fPIC" + # 0ad is prone to OOM, use 1 thread per 8GB ram + export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4 -fPIC" + export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4 -fPIC" export SDL2_CONFIG="pkg-config sdl2" export WX_CONFIG="wx-config-gtk3" -- cgit v1.2.1