[Webkit-unassigned] [Bug 32921] [GTK] Build time must be reduced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 26 08:18:41 PST 2009


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





--- Comment #4 from Benjamin Otte <otte at gnome.org>  2009-12-26 08:18:40 PST ---
I dislike the last patch. It introduces a separate build system for debug
builds and due to that shares all the problems of a separate build system,
among them:
- more code to manage
- more bugs
- different bugs
- different behavior (think performance here)
I also think that a debug build should not deviate from a default build too
much. And my gut feeling says that the last patch does too much of this.

Did anybody ever talk to the gcc people about how to improve build times? Or
talk to other people working on large C++ projects with similar issues (Open
Office, Mozilla etc)? THey might have better ideas than splitting the build
system.

-- 
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