Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jan 2023 18:26:12 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Daniel Engberg <diizzy@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 8334ce902c23 - main - games/veloren: Prepare port for upcoming build change
Message-ID:  <tu12-z26j-wny@FreeBSD.org>
In-Reply-To: <202301061931.306JV48Q035626@gitrepo.freebsd.org> (Daniel Engberg's message of "Fri, 6 Jan 2023 19:31:04 GMT")
References:  <202301061931.306JV48Q035626@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?tu12-z26j-wny>