[Interest] building Qt 5.9 on Linux - clang or GCC?
René J. V. Bertin
rjvbertin at gmail.com
Wed Dec 20 18:17:06 CET 2017
Thiago Macieira wrote:
> A Qt release build builds with -g1 instead of -g, which should be sufficient
> for backtraces but not for debugging.
That's interesting, the option doesn't show up in g++ --verbose --help so I
wasn't aware it existed. There's also -gz I see now, which could be useful for
those components for which I do want more complete debug info. I don't know if
dwz converts to that format but it certainly seems effective (so thanks for the
tip, Konstantin!).
> You need a specialised stripper tool. I remember some colleagues had proposed
> to do that for Clear Linux, but I don't know if they actually accomplished it.
> I can ask in the new year, if you remind me.
Great, I'll try to remember!
More information about the Interest
mailing list