[Webkit-unassigned] [Bug 30069] New: [Qt] Remove precompiled header from JavaScriptCore compilation to allow autonomous compilation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 03:51:06 PDT 2009


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

           Summary: [Qt] Remove precompiled header from JavaScriptCore
                    compilation to allow autonomous compilation.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jocelyn.turcotte at nokia.com


JavaScriptCore.pro includes its pch from WebKit/qt/WebKit_pch.h, which displays
a warning when compiling an extracted standalone JavaScriptCore.

This is the simple solution, needed at least while we need JavaScriptCore to be
compiled out of WebKit inside Qt.
It would be possible to create a pch especially for JavaScriptCore to keep the
compilation time reduction, however this may polute the directory (or any of
the reason why WebKit_pch.h is currently in WebKit/qt/)

Please have a thought about it while reviewing.

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