On Thu, Jun 01, 2017 at 09:09:44PM -0400, Nathan Froyd wrote:
> On Thu, Jun 1, 2017 at 8:51 PM, Mike Hommey <m...@glandium.org> wrote:
> > I'll take on the
> > occasion to remind or inform people that recent versions of GCC (all
> > versions we support, actually), and clang >= 4.0 support a -Og flag,
> > which is a level of optimization that is meant to be more debuggable, so
> > I'd advise to use --enable-optimize=-Og instead of --disable-optimize.
> 
> Could we try to make a bare --enable-optimize --enable-debug build use
> -Og if it was available?

It might make sense, but we need to be careful that this will affect the
debug builds we produce on automation.

Mike
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to