Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: make the build faster #245705

Merged
merged 1 commit into from
Apr 4, 2025
Merged

cli: make the build faster #245705

merged 1 commit into from
Apr 4, 2025

Conversation

connor4312
Copy link
Member

codegen-units=1 lets the compiler optimize more aggressively, but it
makes things much slower. The benefits of this has been evaporating
as the compiler has improved, and now that the CLI build is a bottleneck,
let's just remove it.

codegen-units=1 lets the compiler optimize more aggressively, but it
makes things _much_ slower. The benefits of this has been evaporating
as the compiler has improved, and now that the CLI build is a bottleneck,
let's just remove it.
@connor4312 connor4312 self-assigned this Apr 4, 2025
@connor4312 connor4312 enabled auto-merge (squash) April 4, 2025 17:20
@vs-code-engineering vs-code-engineering bot added this to the April 2025 milestone Apr 4, 2025
@connor4312 connor4312 merged commit e166b21 into main Apr 4, 2025
8 checks passed
@connor4312 connor4312 deleted the connor4312/faster-cli-build branch April 4, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants