Date: Mon, 28 Aug 2023 18:21:38 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3e78ac41f175 - main - multimedia/gstreamer1-plugins-rust: also disable vendor LTO on i386 Message-ID: <202308281821.37SILc0X059185@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e78ac41f17524591589aa00e50fddd20a2e8014 commit 3e78ac41f17524591589aa00e50fddd20a2e8014 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-28 18:19:42 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-28 18:19:42 +0000 multimedia/gstreamer1-plugins-rust: also disable vendor LTO on i386 --- multimedia/gstreamer1-plugins-rust/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 835a38e70c1e..0fdd42fced23 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -30,6 +30,7 @@ CARGO_TEST= no .if ${MACHINE_ARCH} == i386 # https://github.com/rust-lang/rust/issues/85598 LTO_UNSAFE= yes +CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false .endif OPTIONS_DEFINE= ASM CAIRO CSOUND DAV1D GTK4 PANGO SODIUM WEBP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308281821.37SILc0X059185>