Re: Do not produce debug info during LTO compile stage

2016-01-15 Thread Richard Biener
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

Do not produce debug info during LTO compile stage

2016-01-15 Thread Jan Hubicka
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