0
Files
src/docs/windows_incremental_linking.md
sbc 9f033f816b Fix various issues with Markdown docs
- Removed links to old wiki pages
- Fixed broken table in test_descriptions.md
- Fixed tables that don't have heading
- Fix codeblock in common_build_tasks.md

Review URL: https://codereview.chromium.org/1473953002

Cr-Commit-Position: refs/heads/master@{#361773}
2015-11-26 00:52:25 +00:00

653 B

Windows incremental linking

Include in your GYP_DEFINES: incremental_chrome_dll=1. This turns on the equivalent of Use Library Dependency Inputs for the large components in the build.

And if you want faster builds, it would be best to include to component=shared_library too unless you need a fully static link for some reason.

Note that incremental_chrome_dll=1 will probably not work on Visual Studio 2008 builds. It may not work on Visual Studio 2010 builds either (pamg couldn't get it to work as of Nov 2012, encountering numerous link errors). You may have to use ninja, which has incremental linking on by default.