Changes between Version 37 and Version 38 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Feb 10, 2014 6:19:10 AM (10 years ago)
Author:
Andres Gomez
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v37 v38  
    8282   * In any case, don't worry too much since a ''Release'' and a ''Debug'' build can co-exist as WebKit store the resulting objects in different directories.
    8383 * Also, there is the possibility to ''tweak'' a ''Release'' build to keep [wiki:WebKitGTK/Debugging#DebuggingWebKitGTK certain debugging helpers] and yet not being a full ''Debug'' build. For example, you may want to disable the compilation of unneeded pieces for if you are not working on them. For example, you can pass:
    84    * Disable SVG: --no-svg
    8584   * Disable GTK doc: --disable-gtk-doc
    8685   * Disable WebKit1: --no-webkit1