Changes between Version 37 and Version 38 of WebKitGTK/StartHacking
- Timestamp:
- Feb 10, 2014, 6:19:10 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/StartHacking
v37 v38 82 82 * 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. 83 83 * 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-svg85 84 * Disable GTK doc: --disable-gtk-doc 86 85 * Disable WebKit1: --no-webkit1