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

Use release binaries by default #5

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Use release binaries by default #5

merged 2 commits into from
Dec 6, 2024

Conversation

lamba92
Copy link
Owner

@lamba92 lamba92 commented Dec 6, 2024

Not specifying -Pleveldb.relsase parameter to the build now will default to true instead of false.

@lamba92 lamba92 self-assigned this Dec 6, 2024
Previously, the release mode was conditionally set to true based on a project property. This update changes the default behavior to ensure release mode is true if the property is not explicitly defined. This makes the build process more robust by preventing unintended defaults when the property is omitted.
This change specifies the return type of the `batch` function as `Unit`, enhancing code clarity and consistency. Though Kotlin infers return types, explicitly defining `Unit` aligns with best practices and helps with maintaining uniform code style across the project.
@lamba92 lamba92 changed the title Fix benchmarks Use release binaries by default Dec 6, 2024
@lamba92 lamba92 merged commit 00a4be6 into master Dec 6, 2024
14 of 22 checks passed
@lamba92 lamba92 deleted the fix-benchmarks branch December 6, 2024 18:37
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.

1 participant