linker messages are no longer warnings by default

This commit is contained in:
Ralf Jung 2025-01-28 03:36:45 +01:00
parent 7bd29f8efc
commit 051829eb18

View file

@ -14,9 +14,7 @@ function endgroup {
begingroup "Building Miri"
# Global configuration
# We are getting some odd linker warnings on macOS, make sure they do not fail the build.
# (See <https://github.com/rust-lang/rust/issues/136086>.)
export RUSTFLAGS="-D warnings -A linker-messages"
export RUSTFLAGS="-D warnings"
export CARGO_INCREMENTAL=0
export CARGO_EXTRA_FLAGS="--locked"