Skip to content

Commit

Permalink
linker messages are no longer warnings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jan 28, 2025
1 parent d703c3a commit 9ee5076
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9ee5076

Please sign in to comment.