[Webkit-unassigned] [Bug 52839] [Qt][Symbian] Fix --minimal build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 09:46:11 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52839





--- Comment #8 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2011-01-24 09:46:11 PST ---
It would be good to avoid the special treatment for Symbian in build-webkit (and in webkitdirs.pm) especially that that the problem we're trying to solve is not specific to Symbian (e.g. I suspect that Windows minimal build would have the same problem).

I suggest to move setting USE_SYSTEM_MALLOC out from the Qt-specific make-system (WebKit.pri) and set it instead in common source-code (Platform.h like e.g. Android). By doing so build-webkit --minimal will no longer set USE_SYSTEM_MALLOC to 0. This would require adding a guard to TCSystemAlloc.cpp and including it for every Qt build.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list