revert change to function_sections for windows
This commit is contained in:
parent
90f6bc0bc7
commit
094c2ae16c
@ -64,7 +64,8 @@ pub fn opts() -> TargetOptions {
|
||||
]);
|
||||
|
||||
TargetOptions {
|
||||
function_sections: true,
|
||||
// FIXME(#13846) this should be enabled for windows
|
||||
function_sections: false,
|
||||
linker: "gcc".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
|
Loading…
Reference in New Issue
Block a user