Hello,
I want to build qt with debug smybols but want to keep the optimized version of functions. It seems like that when I compile qt with the "./configure -debug" option some functions are replaced by "non-optimized"/more robust/... functions. I want to build qt just like a normal release build only with debug symbols enabled. I need this so that I can use oprofile. If there are no debug symbols included it won't show me which function is slow but it will only show me the library which is slow.