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 f0ab82f commit f2caa52Copy full SHA for f2caa52
src/back/write.rs
@@ -65,8 +65,6 @@ pub(crate) fn codegen(
65
);
66
context.add_command_line_option("-flto=auto");
67
context.add_command_line_option("-flto-partition=one");
68
- // TODO(antoyo): remove since we don't want fat objects when it is for Bitcode only.
69
- context.add_command_line_option("-ffat-lto-objects");
70
context.compile_to_file(
71
OutputKind::ObjectFile,
72
bc_out.to_str().expect("path to str"),
0 commit comments