aboutsummaryrefslogtreecommitdiff
path: root/games/veloren-weekly/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-03-26 16:38:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-03-26 17:33:04 +0000
commit2b74e8c0ebd7a9ec905d5273a05a107ea098dc42 (patch)
tree0b5affb8cbdf73bbea8e0d3d26163d6bf4d1dd5e /games/veloren-weekly/Makefile
parentdef7702e93614d140559aa1392ab4ce06acd1697 (diff)
downloadports-2b74e8c0ebd7a9ec905d5273a05a107ea098dc42.tar.gz
ports-2b74e8c0ebd7a9ec905d5273a05a107ea098dc42.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 3945b66239bf..9ef9066c0372 100644
--- a/games/veloren-weekly/Makefile
+++ b/games/veloren-weekly/Makefile
@@ -42,7 +42,7 @@ CONFLICTS_INSTALL= ${PORTNAME}
CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false
.endif
# Fixes error "Instruction does not dominate all uses!"
-LTO_UNSAFE= yes
+WITHOUT_LTO= yes # XXX bug 277333
# https://gitlab.com/veloren/veloren/issues/264
CARGO_ENV+= RUSTC_BOOTSTRAP=1