linker messages are no longer warnings by default
This commit is contained in:
parent
7bd29f8efc
commit
051829eb18
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue