We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fed2a2 commit 251d9beCopy full SHA for 251d9be
src/librustc_trans/back/linker.rs
@@ -363,7 +363,7 @@ impl<'a> Linker for GccLinker<'a> {
363
}
364
365
fn subsystem(&mut self, subsystem: &str) {
366
- self.cmd.arg(&format!("--subsystem,{}", subsystem));
+ self.linker_arg(&format!("--subsystem,{}", subsystem));
367
368
369
fn finalize(&mut self) -> Command {
0 commit comments