-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
- Version: *
- Platform: Windows
- Subsystem: build
The problem: even for minor changes building on Windows can take 10s of minutes.
This issue is for tracking several approaches to mitigate that.
- make
GYP
less aggressive in recreating *.*proj files - better signaling to VS of the minimal change set
- use compiler cache
- make using
ninja
simpler - allow for debug build to use
/lib/
files as is (skipmksnapshot
) - shortcut the ICU toolchain
- allow decoupling of
/deps/
from main executable compilation & linking - easy way to cloud-source parts of the compilation
gibfahn, benjamingr, tniessen, MikeKovarik and lin7sh
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.