aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-08-21 08:58:11 +0000
committeralice <alice@ayaya.dev>2022-08-21 09:43:25 +0000
commit78b574b4b4dfec159905dc89acfddb2801e49003 (patch)
treef0c725cf6f9ad94dbc7d756ad09ea443822d06f0
parentf4f6f84abed1024213cb0982e166eb2a057bbb17 (diff)
main/graphene: build with lto
-rw-r--r--main/graphene/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/graphene/APKBUILD b/main/graphene/APKBUILD
index 5396381effd..29a1adb8a4f 100644
--- a/main/graphene/APKBUILD
+++ b/main/graphene/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=graphene
pkgver=1.10.8
-pkgrel=0
+pkgrel=1
pkgdesc="A thin layer of graphic data types"
url="http://ebassi.github.io/graphene/"
arch="all"
@@ -25,6 +25,7 @@ build() {
;;
esac
abuild-meson \
+ -Db_lto=true \
-Darm_neon=$_neon \
-Dinstalled_tests=false \
. output