https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121623
--- Comment #30 from Frank Scheiner <frank.scheiner at web dot de> --- (In reply to Richard Biener from comment #29) > (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. Thanks for clarification. I had a quick look about this option but couldn't find aynthing about it so far.
