We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a0cd1 commit e947492Copy full SHA for e947492
1 file changed
src/bootstrap/src/core/builder/cargo.rs
@@ -331,10 +331,6 @@ impl Cargo {
331
self.rustflags.arg("-Clink-arg=-gz");
332
}
333
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
-
338
// Throughout the build Cargo can execute a number of build scripts
339
// compiling C/C++ code and we need to pass compilers, archivers, flags, etc
340
// obtained previously to those build scripts.
0 commit comments