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 3fe1d7f commit 45225d2Copy full SHA for 45225d2
compiler/rustc_target/src/spec/windows_gnu_base.rs
@@ -66,6 +66,7 @@ pub fn opts() -> TargetOptions {
66
// FIXME(#13846) this should be enabled for windows
67
function_sections: false,
68
linker: Some("gcc".to_string()),
69
+ linker_is_gnu: true,
70
dynamic_linking: true,
71
executables: true,
72
dll_prefix: String::new(),
0 commit comments