Comment 1 for bug 1086409

Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

You really should not use 'cmake ..', because you won't get debugging symbols. Delete your build directory and try again with 'cmake -DCMAKE_BUILD_TYPE=debug ..'.

If that does not work, run 'ccmake .' in your build directory and set the use_pch variable to OFF.