git: 088660c7e3d7 - main - games/veloren-weekly: switch cryptic error to upstream issue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Aug 2023 08:17:30 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=088660c7e3d7ee626e696e00be1b13cb1d04ba0d commit 088660c7e3d7ee626e696e00be1b13cb1d04ba0d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-21 08:16:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-21 08:16:29 +0000 games/veloren-weekly: switch cryptic error to upstream issue --- games/veloren-weekly/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index fd4f6339e16a..349caf048590 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -36,7 +36,7 @@ PORTDATA= * CONFLICTS_INSTALL= ${PORTNAME} .if ${MACHINE_ARCH} == i386 -# Fixes error "Rust cannot catch foreign exceptions" +# https://github.com/rust-lang/rust/issues/85598 CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false .endif # Fixes error "Instruction does not dominate all uses!"