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

Introduce a new phase in the build pipeline. #463

Merged
merged 1 commit into from
Oct 29, 2023
Merged

Conversation

barnson
Copy link
Member

@barnson barnson commented Oct 23, 2023

A useful point in the build pipeline is after all the files in the project have been compiled but before they've been linked. The WiX core and extensions can operate on symbols across the project but without operating at the source-code level.

This phase is currently named "optimize," after a moderately-similar phase in other compiler architectures. The name is, for now, a stake in the ground and a better alternate is welcome.

@barnson barnson requested a review from robmen October 23, 2023 04:18
A useful point in the build pipeline is after all the files in the
project have been compiled but before they've been linked.
The WiX core and extensions can operate on symbols across
the project but without operating at the source-code level.

This phase is currently named "optimize," after a moderately-similar
phase in other compiler architectures. The name is, for now, a stake in
the ground and a better alternate is welcome.
@barnson barnson enabled auto-merge (rebase) October 29, 2023 00:14
@barnson barnson merged commit b842027 into develop Oct 29, 2023
2 checks passed
@barnson barnson deleted the bob/OptimizePhase branch October 29, 2023 01:18
@github-actions github-actions bot locked and limited conversation to collaborators Oct 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants