[Webkit-unassigned] [Bug 154684] New: [Win][CMake] Don't use incremental linking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 10:51:16 PST 2016


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

            Bug ID: 154684
           Summary: [Win][CMake] Don't use incremental linking
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The incremental linking features in MSVC create unacceptably long build and link times. Our hand-crafted project files always had "/INCREMENTAL:NO" set, but CMake didn't know to do that.

This change to the CMake rules causes our generated projects to have "/INCREMENTAL:NO" set properly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160225/8dc53ab7/attachment-0001.html>


More information about the webkit-unassigned mailing list