Skip to content

build: make build faster (at least on Windows) #12281

Closed
@refack

Description

@refack
  • 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 (skip mksnapshot)
  • shortcut the ICU toolchain
  • allow decoupling of /deps/ from main executable compilation & linking
  • easy way to cloud-source parts of the compilation

Metadata

Metadata

Assignees

Labels

buildIssues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions