Re: git: 8334ce902c23 - main - games/veloren: Prepare port for upcoming build change

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 07 Jan 2023 17:26:12 UTC
Daniel Engberg <diizzy@FreeBSD.org> writes:

> +# Fixes error "Instruction does not dominate all uses!"
> +LTO_UNSAFE=	yes

Kinda misleading. Upstream already enables LTO.

WRKSRC/Cargo.toml
  [profile.release]
  opt-level = 3
  overflow-checks = false
  debug-assertions = false
  lto = true
  debug = false
  panic = "abort" # don't need unwinding so we can skip including the landing pads for that