[Webkit-unassigned] [Bug 16891] [GTK] autotools build is slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 17 18:01:50 PDT 2008


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





------- Comment #5 from alp at nuanti.com  2008-09-17 18:01 PDT -------
Created an attachment (id=23516)
 --> (https://bugs.webkit.org/attachment.cgi?id=23516&action=view)
Use gcc precompiled headers (proof-of-concept)

After applying patch, copy WebKit/qt/WebKit_pch.h to
WebCore/platform/WebKit_pch.h

You might need to do 'make WebCore/platform/WebKit_pch.h.gch' before attempting
a build. Dependency tracking may not be correct, didn't verify.

If someone could try timing a build to see if this helps, that'd be great.

The Makefile change might also be a good example for how we can reduce some of
the lists of sources in the build system using GNU make syntax (though automake
limits exactly how much we can automate things).


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



More information about the webkit-unassigned mailing list