20.12.2017, 19:33, "René J. V. Bertin" <[email protected]>: > 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 > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest -- Regards, Konstantin _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
