Skip to content

Commit e947492

Browse files
committed
Remove -Alinker-messages
This lint is allowed by default nowadays.
1 parent 94a0cd1 commit e947492

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/bootstrap/src/core/builder/cargo.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,6 @@ impl Cargo {
331331
self.rustflags.arg("-Clink-arg=-gz");
332332
}
333333

334-
// Ignore linker warnings for now. These are complicated to fix and don't affect the build.
335-
// FIXME: we should really investigate these...
336-
self.rustflags.arg("-Alinker-messages");
337-
338334
// Throughout the build Cargo can execute a number of build scripts
339335
// compiling C/C++ code and we need to pass compilers, archivers, flags, etc
340336
// obtained previously to those build scripts.

0 commit comments

Comments
 (0)