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 34ed154 commit 93693a5Copy full SHA for 93693a5
src/back/write.rs
@@ -167,6 +167,10 @@ pub(crate) unsafe fn codegen(
167
168
// NOTE: without -fuse-linker-plugin, we get the following error:
169
// lto1: internal compiler error: decompressed stream: Destination buffer is too small
170
+ // TODO: since we do not do LTO when the linker is invoked anymore, perhaps
171
+ // the following flag is not necessary anymore.
172
+ // TODO: also, perhaps compiling the gcc driver in the CI is not necessary
173
+ // anymore.
174
context.add_driver_option("-fuse-linker-plugin");
175
}
176
0 commit comments