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

justfile: replace enableOptimized flag with disableOptimized #2783

Merged
merged 1 commit into from
May 15, 2024

Conversation

paulcadman
Copy link
Collaborator

just install now builds the optimized binary by default.

use just disableOptimized=yes install to build the non-optimized binary (with faster build time).

@paulcadman paulcadman added this to the 0.6.2 milestone May 15, 2024
@paulcadman paulcadman self-assigned this May 15, 2024
`just install` now builds the optimized binary by default.

use `just disableOptimized=yes install` to build the non-optimized
binary (with faster build time).
@paulcadman paulcadman force-pushed the justfile-disableOptimized branch from df82310 to b31a49f Compare May 15, 2024 09:16
@lukaszcz lukaszcz merged commit 47b3b19 into main May 15, 2024
4 checks passed
@lukaszcz lukaszcz deleted the justfile-disableOptimized branch May 15, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants