[Interest] building Qt 5.9 on Linux - clang or GCC?

Konstantin Tokarev annulen at yandex.ru
Wed Dec 20 17:36:54 CET 2017



20.12.2017, 19:33, "René J. V. Bertin" <rjvbertin at gmail.com>:
> Talking about keeping the binaries compact: is there a way to build or strip
> specific components from most debug information, let's say except that which is
> needed to get backtraces with line numbers (and function names)?

Use -g1 instead of -g.

You may also want to split debug info and use dwz utility to reduce redundancy.

>
> R.
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

-- 
Regards,
Konstantin



More information about the Interest mailing list