We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc33be commit d3a61b3Copy full SHA for d3a61b3
src/back/write.rs
@@ -64,8 +64,6 @@ pub(crate) fn codegen(
64
);
65
context.add_command_line_option("-flto=auto");
66
context.add_command_line_option("-flto-partition=one");
67
- // TODO(antoyo): remove since we don't want fat objects when it is for Bitcode only.
68
- context.add_command_line_option("-ffat-lto-objects");
69
context.compile_to_file(
70
OutputKind::ObjectFile,
71
bc_out.to_str().expect("path to str"),
0 commit comments