[webkit-help] What are the difference between the compile configuration?

Adam Roben aroben at apple.com
Wed Mar 17 05:21:00 PDT 2010


On Mar 17, 2010, at 3:09 AM, Kenny Wu wrote:

> What are the difference between the compile configuration?
>  
> Debug
> Debug_Internal
> Debug_All
> Debug_Cairo
> Release
> Release_Cairo
>  
> Especially Release and Release_Cairo, what are the difference?

The *_Cairo configurations build a version of WebKit for Windows that uses Cairo for graphics and libcurl for network access. The other configurations build versions of WebKit for Windows that use Apple's CoreGraphics framework for graphics and CFNetwork framework for network access. (The Debug_Internal and Debug_All configurations are variants of this latter version of WebKit that link against debug versions of some of WebKit's dependencies.)

-Adam

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20100317/7d06dd3d/attachment.html>


More information about the webkit-help mailing list