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

Pankaj Jangid pankaj.jangid at gmail.com
Thu Jan 28 18:14:17 PST 2010


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.hidayat at gmail.com>wrote:

> > 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 at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20100129/32fd4a85/attachment.html>


More information about the webkit-help mailing list