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 337998a commit f360e72Copy full SHA for f360e72
src/back/write.rs
@@ -169,12 +169,6 @@ pub(crate) unsafe fn codegen(
169
if fat_lto {
170
context.add_command_line_option("-flto=auto");
171
context.add_command_line_option("-flto-partition=one");
172
-
173
- // NOTE: without -fuse-linker-plugin, we get the following error:
174
- // lto1: internal compiler error: decompressed stream: Destination buffer is too small
175
- // TODO(antoyo): since we do not do LTO when the linker is invoked anymore, perhaps
176
- // the following flag is not necessary anymore.
177
- context.add_driver_option("-fuse-linker-plugin");
178
}
179
180
context.add_driver_option("-Wl,-r");
0 commit comments