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

BL Build system #79

Closed
travisdoor opened this issue Dec 2, 2019 · 0 comments
Closed

BL Build system #79

travisdoor opened this issue Dec 2, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@travisdoor
Copy link
Owner

Provide assembly compilation setup in preload build program compiled and executed before actual assembly.

blc -build my_build.bl

// Executed internally in compile-time
build :: fn (settings: *BuilderSettings) {
    settings.build_type = BuildType.Release;
}
@travisdoor travisdoor added the enhancement New feature or request label Dec 2, 2019
@travisdoor travisdoor added this to the 0.5.2 milestone Dec 2, 2019
@travisdoor travisdoor pinned this issue Dec 2, 2019
@travisdoor travisdoor unpinned this issue Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant