On 02/02/2008, at 00:18, Oliver Dole wrote:
Hello, On 2/1/08, Srinivas Rao M Hamse <[EMAIL PROTECTED]> wrote:HI,Has anyone tried compiling webkit using -g option. When i tried the debugbuild by setting the flag using./set-webkit-configuration , i get a build with lots of assert and logmessage which i donot need.I just want a build which is similar to release build but has the debuginformation in it for debugging it with gdb. Has anyone tried this ?Have tried to build webkit with the following option: WebKit/WebKitTools/Scripts/build-webkit --debug
That does the same thing as running 'set-webkit-configuration --debug' followed by 'build-webkit', that is it also unsets NDEBUG which leads to assertions and logging code being compiled in. I think the answer to the original question will depend on which port of WebKit (and thus which build system: Xcode, Visual Studio, Qmake, Autotools, or Bakefile) they are using.
Kind regards, Mark
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

