Skip to content

Commit f2caa52

Browse files
committed
remove fat-lto-object
1 parent f0ab82f commit f2caa52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/back/write.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ pub(crate) fn codegen(
6565
);
6666
context.add_command_line_option("-flto=auto");
6767
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");
7068
context.compile_to_file(
7169
OutputKind::ObjectFile,
7270
bc_out.to_str().expect("path to str"),

0 commit comments

Comments
 (0)