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 pankaj.jan...@gmail.comwrote:

 Why is it so that adding a -debug option doesn't include -g compiler
 option?

___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


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 QtWebKit lib with
-g.

Regards
Pankaj

On Thu, Jan 28, 2010 at 11:10 PM, Ariya Hidayat ariya.hida...@gmail.comwrote:

  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.

 See http://trac.webkit.org/changeset/38899 for the reason.

 Tip: you can find such information yourself by doing svn (or git)
 blame on the official WebKit repository.



 --
 Ariya Hidayat
 http://www.linkedin.com/in/ariyahidayat
 ___
 webkit-help mailing list
 webkit-help@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help