aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-03-26 14:12:16 +0000
committerpsykose <alice@ayaya.dev>2023-03-26 16:12:16 +0200
commit6b0ee34bea5e1b34a09a6cbbdeebc1ecda16b736 (patch)
tree64115a688b8cec916bb3856cad8261847a1e4251
parentce31e429f2749ab941a95cc5c7573026639c95da (diff)
community/gegl: optimise better
-rw-r--r--community/gegl/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD
index 4b24681f731..0e54e17d157 100644
--- a/community/gegl/APKBUILD
+++ b/community/gegl/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gegl
pkgver=0.4.44
-pkgrel=0
+pkgrel=1
pkgdesc="Graph based image processing framework"
url="https://www.gegl.org/"
arch="all"
@@ -32,6 +32,7 @@ source="https://download.gimp.org/pub/gegl/${pkgver%.*}/gegl-$pkgver.tar.xz
# - CVE-2021-45463
build() {
+ CFLAGS="$CFLAGS -O2" \
abuild-meson \
-Db_lto=true \
. output