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 a50f0b4 commit 784f11dCopy full SHA for 784f11d
src/back/write.rs
@@ -59,8 +59,6 @@ pub(crate) fn codegen(
59
if lto_supported {
60
context.add_command_line_option("-flto=auto");
61
context.add_command_line_option("-flto-partition=one");
62
- // TODO(antoyo): remove since we don't want fat objects when it is for Bitcode only.
63
- context.add_command_line_option("-ffat-lto-objects");
64
}
65
context
66
.compile_to_file(OutputKind::ObjectFile, bc_out.to_str().expect("path to str"));
0 commit comments