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

make binary smaller #136

Merged
merged 1 commit into from
Jun 1, 2024
Merged

make binary smaller #136

merged 1 commit into from
Jun 1, 2024

Conversation

setop
Copy link
Contributor

@setop setop commented May 31, 2024

strip release instead of adding debug information

should fix #130

strip release instead of adding debug information
@@ -13,4 +13,4 @@ itertools = "0.11.0"
clap = { version = "4.4.18", features = ["derive"] }

[profile.release]
debug = true
strip = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the debug = true shouldn't be removed if there is no reason for it. also see #134

Copy link
Member

@Ph0enixKM Ph0enixKM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@b1ek b1ek merged commit ec9fafe into amber-lang:master Jun 1, 2024
1 check passed
@setop setop deleted the patch-1 branch June 1, 2024 07:52
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.

strip binaries for release
4 participants