Koji Yokota wrote:
On some systems, build of qt passes the "-g" option to the c++ compiler by default (which was true for me). However, removing it (pass --separate-debug-info=no explicitly to configure) didn't improve the performance. Its configure has the following code:
This doesn't seem to be related. qt4 strips out the debugging symbols from the resulting libraries and executables to separate files with no running cost.