On Thu, 2011-06-23 at 22:26 +0200, Łukasz Ślachciak wrote: > They warn user with messaage sth like: > "WEBKIT_DEBUG is not empty, but this is a release build. Notice that > many log messages will only appear in a debug build." > > Of course to have logging working in GTK you need to turn off > LOG_DISABLED macro in Assertions.h.
FWIW, that's just because some libraries like libsoup have their own logging that we can enable even in release mode. All of WebKit's LOG() calls are disabled in release builds. Cheers, -- Gustavo Noronha Silva <[email protected]> GNOME Project _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

