We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5205b97 commit 7c97ddfCopy full SHA for 7c97ddf
src/librustc_target/spec/windows_gnu_base.rs
@@ -66,8 +66,6 @@ pub fn opts() -> TargetOptions {
66
);
67
68
TargetOptions {
69
- // FIXME(#13846) this should be enabled for windows
70
- function_sections: false,
71
linker: Some("gcc".to_string()),
72
dynamic_linking: true,
73
executables: true,
0 commit comments