summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Semet2023-12-16 16:18:59 +0100
committerMarko Semet2023-12-16 16:18:59 +0100
commit353eca91a0bae8b32f5c62899835e5df5a1c3583 (patch)
tree1e104617cd4b9a0409b7e1cb7a2ba6b896ea0cae
parent3322d06df5cc295a67f77f54ce91817c24e2296d (diff)
downloadaur-353eca91a0bae8b32f5c62899835e5df5a1c3583.tar.gz
Small buildscript update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06a93be35359..e02dd31e598c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buildbox-fuse
pkgdesc = A tool to run build commands in a sandbox with CAS as storage backend
pkgver = 1.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://buildgrid.build
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 26def41fdf39..f7107401d19c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marko Semet <marko10_000@mailbox.org>
pkgname=buildbox-fuse
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="A tool to run build commands in a sandbox with CAS as storage backend"
arch=(x86_64)
url="https://buildgrid.build"
@@ -14,7 +14,7 @@ sha256sums=('SKIP')
build() {
mkdir -p build
cd build
- CXXFLAGS="-flto=auto -O2 -ffunction-sections -Wl,--gc-sections" cmake ../buildbox-fuse \
+ CXXFLAGS="-flto=auto -flto-partition=one -fuse-linker-plugin -fno-fat-lto-objects -O2 -ffunction-sections -Wl,--gc-sections ${CXXFLAGS}" cmake ../buildbox-fuse \
-G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr