Skip to content

feat: support Zig build modes #35

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

Merged
merged 11 commits into from
Feb 26, 2023
Merged

feat: support Zig build modes #35

merged 11 commits into from
Feb 26, 2023

Conversation

aherrmann
Copy link
Owner

@aherrmann aherrmann commented Feb 26, 2023

Adds a user defined build setting to control the Zig build mode (Debug|Release{Safe|Small|Fast}).
Adds a dedicated target to collect the build settings.
Adds a dependency on the settings target by the build rules to forward the appropriate arguments to the compiler.
Adds analysis tests and integration tests for build mode configuration.
Closes #34

@aherrmann aherrmann enabled auto-merge February 26, 2023 14:40
@aherrmann aherrmann merged commit 80cc9f5 into main Feb 26, 2023
@aherrmann aherrmann deleted the build-mode branch February 26, 2023 14:59
@aherrmann aherrmann changed the title Support Zig build modes feat: support Zig build modes Jun 2, 2023
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.

Support Zig build modes
1 participant