Skip to content

Commit 9ee5076

Browse files
committed
linker messages are no longer warnings by default
1 parent d703c3a commit 9ee5076

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/ci.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ function endgroup {
1414
begingroup "Building Miri"
1515

1616
# Global configuration
17-
# We are getting some odd linker warnings on macOS, make sure they do not fail the build.
18-
# (See <https://github.com/rust-lang/rust/issues/136086>.)
19-
export RUSTFLAGS="-D warnings -A linker-messages"
17+
export RUSTFLAGS="-D warnings"
2018
export CARGO_INCREMENTAL=0
2119
export CARGO_EXTRA_FLAGS="--locked"
2220

0 commit comments

Comments
 (0)