aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-01-30 08:28:29 +0000
committerpsykose <alice@ayaya.dev>2023-01-30 09:28:29 +0100
commit224e17455de5ae3fcc1e43347b63f1e8e8f09acb (patch)
treef9f3cc8ca5caf647bf43f95a9646df7faa51092e
parent71c785ff7b1fd84d7272f8d42db6b6f683a68003 (diff)
downloadaports-224e17455de5ae3fcc1e43347b63f1e8e8f09acb.tar.gz
aports-224e17455de5ae3fcc1e43347b63f1e8e8f09acb.tar.bz2
aports-224e17455de5ae3fcc1e43347b63f1e8e8f09acb.tar.xz
main/mesa: disable lto for now
there are a plethora of sporadic lto-caused issues known upstream, and various lto-affected violations (odr, etc) that make this unsafe for now
-rw-r--r--main/mesa/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index f108df88fd9..719c40d3e54 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mesa
pkgver=22.3.4
-pkgrel=0
+pkgrel=1
pkgdesc="Mesa DRI OpenGL library"
url="https://www.mesa3d.org"
arch="all"
@@ -111,7 +111,8 @@ x86)
;;
*)
# ~5% smaller
- _lto=true
+ # presently disabled due to being known unsafe upstream
+ _lto=false
;;
esac