Skip to content

Commit 7c97ddf

Browse files
committed
Enable function sections on windows-gnu
1 parent 5205b97 commit 7c97ddf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_target/spec/windows_gnu_base.rs

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ pub fn opts() -> TargetOptions {
6666
);
6767

6868
TargetOptions {
69-
// FIXME(#13846) this should be enabled for windows
70-
function_sections: false,
7169
linker: Some("gcc".to_string()),
7270
dynamic_linking: true,
7371
executables: true,

0 commit comments

Comments
 (0)