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 499de70 commit 7e1bec9Copy full SHA for 7e1bec9
src/back/write.rs
@@ -157,12 +157,6 @@ pub(crate) unsafe fn codegen(
157
if fat_lto {
158
context.add_command_line_option("-flto=auto");
159
context.add_command_line_option("-flto-partition=one");
160
-
161
- // NOTE: without -fuse-linker-plugin, we get the following error:
162
- // lto1: internal compiler error: decompressed stream: Destination buffer is too small
163
- // TODO(antoyo): since we do not do LTO when the linker is invoked anymore, perhaps
164
- // the following flag is not necessary anymore.
165
- context.add_driver_option("-fuse-linker-plugin");
166
}
167
168
context.add_driver_option("-Wl,-r");
0 commit comments