Comment 15 for bug 1972043

Revision history for this message
Seth Arnold (seth-arnold) wrote : Re: [Bug 1972043] Re: Please add -ftrivial-auto-var-init=zero to default build flags

On Thu, Jul 06, 2023 at 12:16:46PM -0000, Matthias Klose wrote:
> @alexmurray, I never said, that it has to be done in dpkg *only*. The
> bad thing of doing it in the compiler only is that nobody knows about
> it. Having the change *also* in dpkg lets these new flags appear in the
> build output, and people can see these compiler options.

I can appreciate wanting the flags more visible in build logs, but I think
having them set twice: once loudly, once silently, will make debugging
problems more confusing than if they're only set once, even if silent.

Could we emit our special flags as part of standard output, so they'd be
more visible to developers when troubleshooting?

Thanks