Skip to content

feat: support Zig build modes#35

Merged
aherrmann merged 11 commits intomainfrom
build-mode
Feb 26, 2023
Merged

feat: support Zig build modes#35
aherrmann merged 11 commits intomainfrom
build-mode

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