We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc826c commit ec8a33fCopy full SHA for ec8a33f
1 file changed
src/back/write.rs
@@ -134,12 +134,6 @@ pub(crate) fn codegen(
134
if fat_lto {
135
context.add_command_line_option("-flto=auto");
136
context.add_command_line_option("-flto-partition=one");
137
-
138
- // NOTE: without -fuse-linker-plugin, we get the following error:
139
- // lto1: internal compiler error: decompressed stream: Destination buffer is too small
140
- // TODO(antoyo): since we do not do LTO when the linker is invoked anymore, perhaps
141
- // the following flag is not necessary anymore.
142
- context.add_driver_option("-fuse-linker-plugin");
143
}
144
145
context.add_driver_option("-Wl,-r");
0 commit comments