On Fri, 15 Jan 2016, Jan Hubicka wrote:
> Hi,
> during LTO compile stage we currently build early dwarf debug info just to
> throw
> it away. This wastes quite some compile time and memory.
>
> Bootstrapped/regtested x86_64-linux, OK?
Ok. (did you verify you get the same code / debug out of t
Hi,
during LTO compile stage we currently build early dwarf debug info just to throw
it away. This wastes quite some compile time and memory.
Bootstrapped/regtested x86_64-linux, OK?
Honza
* toplev.c (process_options): Do not produce debug info during
LTO compile time.
Index: to