aboutsummaryrefslogtreecommitdiff
path: root/games/veloren-weekly/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-08-21 08:16:29 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-08-21 08:16:29 +0000
commit088660c7e3d7ee626e696e00be1b13cb1d04ba0d (patch)
tree7c051890e306b19f56d6e09151356d31f531dd18 /games/veloren-weekly/Makefile
parent07590c0806b191e2b061ef0452bae15dc3a92d43 (diff)
downloadports-088660c7e3d7ee626e696e00be1b13cb1d04ba0d.tar.gz
ports-088660c7e3d7ee626e696e00be1b13cb1d04ba0d.zip
Diffstat (limited to 'games/veloren-weekly/Makefile')
-rw-r--r--games/veloren-weekly/Makefile2
1 files changed, 1 insertions, 1 deletions
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!"