https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121623

--- Comment #29 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Frank Scheiner from comment #28)
> (In reply to Richard Biener from comment #27)
> > You can achieve the same result a less intrusive way by specifying
> > --without-build-config (to override the default bootstrap-debug config).
> 
> Thanks. Can that have any negative effect on testing later, i.e. less debug
> information available for failed tests?

No, in fact the opposite - with bootstrap-debug the 2nd stage is built with -g0
while with --without-build-config all stages will be built with debuginfo.

Reply via email to