Re: [webkit-help] Adding a -debug option doesn't add -g compiler option

2010-01-28 Thread Pankaj Jangid
Okay. This occurs when building qt-4.5.3 and only in 3rdparty/webkit/WebCore directory. Because the WebCore.pro file inside this directory has a CONFIG += no_debug_info in the end. I am wondering why this CONFIG option was added. On Thu, Jan 28, 2010 at 10:41 AM, Pankaj Jangid

Re: [webkit-help] Adding a -debug option doesn't add -g compiler option

2010-01-28 Thread Pankaj Jangid
Thanks Ariya, This is a useful information. My sample application which is using QtWebKit is crashing in qwebview-setHtml() call so I have created a release build with debug enabled only inside WebCore.pro. This configuration is working fine for me to debug my app. The whole Qt withoug -g and