[KDE/Mac] Upgrade to 4.13.3 in Macports
René J.V. Bertin
rjvbertin at gmail.com
Fri Oct 3 12:21:09 UTC 2014
On Friday October 03 2014 12:20:09 Marko Käning wrote:
> bko, which I guess is due to the fact that I did not use the +debug
> variant when I built konqueror.
>
> I fear now that - should I try to do so - even qt4-mac is once again
> required in its debug variant, which will keep my VM busy for a long
> time… :(
DON'T !!
The +debug variant will rebuild qt4-mac in debug+release variants, and every port depending on it, and I have a hunch it still won't give you the backtrace you expect unless you started the app with the env.variable that gets it to load the debug libraries.
I use `configure.optflags="-O3 -g -march=core2"` for all my builds, and when I want to be extra sure, I also have `-DCMAKE_STRIP=/bin/echo` added to the cmake commandline. This is enough to generate useful backtraces (I'm pretty sure Ubuntu/Debian do something similar).
R.
More information about the kde-mac
mailing list