Comment 2 for bug 1689294

Revision history for this message
MichaƂ Fita (michal.fita) wrote :

So, with 8.3.1-2019q3 things are even worse, even adding the `bin` directory of the toolchain doesn't help gcc/ld in finding `lto-wrapper.exe` causing the error. The problem applies only to scenarios where linking gcc is invoked with `-flto=n` or `-fuse-linker-plugin. The inability to use the former strips us from even more aggressive optimisations.

Does anyone knows method how to overcome this issue?