Skip to content

Comments

--build-config / --apply-build-config#2177

Open
vouillon wants to merge 2 commits intomasterfrom
build-info
Open

--build-config / --apply-build-config#2177
vouillon wants to merge 2 commits intomasterfrom
build-info

Conversation

@vouillon
Copy link
Member

@vouillon vouillon commented Feb 6, 2026

--build-config prints build-relevant compiler settings as key=value pairs and exits. --apply-build-config overrides these settings, taking precedence over other flags. This enables coherent compilation when linking units that must share the same settings.

@hhugo
Copy link
Member

hhugo commented Feb 17, 2026

It feels to me that we need more logic sharing so that we only need to update a single file when we want add a new buiild config. Some logic is currently duplicated in build_info.

--build-config prints build-relevant compiler settings as key=value pairs and exits.
--apply-build-config overrides these settings, taking precedence over other flags. This
enables coherent compilation when linking units that must share the same settings.
@vouillon vouillon marked this pull request as ready for review February 17, 2026 17:23
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