revert change to function_sections for windows

This commit is contained in:
Niv Kaminer 2017-10-16 22:53:25 +03:00
parent 90f6bc0bc7
commit 094c2ae16c

View File

@ -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,