Changes between Version 40 and Version 41 of BuildingGtk
- Timestamp:
- Jul 14, 2010, 11:44:28 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v40 v41 48 48 }}} 49 49 50 To build a debug build of WebKitGTK+ (which will contain debugging symbols useful for generating stack traces), you can pass the <tt>--debug</tt> argument to build-webkit:50 To build a debug build of WebKitGTK+ (which will contain debugging symbols useful for generating stack traces), you can pass the `--debug` argument to build-webkit. This will build WebKit in WebKitBuild/Debug and all other scripts should take the `--debug` argument as well. 51 51 52 52 {{{ 53 53 $ WebKitTools/Scripts/build-webkit --gtk --debug 54 $ WebKitTools/Scripts/run-launcher --gtk --debug 54 55 }}} 55 56