[arch-commits] Commit in dotnet-core-3.1/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed May 4 09:40:07 UTC 2022
Date: Wednesday, May 4, 2022 @ 09:40:06
Author: arojas
Revision: 1192915
Disable lto as in 6.0
Modified:
dotnet-core-3.1/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-04 09:40:03 UTC (rev 1192914)
+++ PKGBUILD 2022-05-04 09:40:06 UTC (rev 1192915)
@@ -37,7 +37,7 @@
systemd
zlib
)
-options=(staticlibs)
+options=(staticlibs !lto)
_tag=61c1106e21baad31a946238a4aa2b27fde415c97
source=(
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=${_tag}
More information about the arch-commits
mailing list