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

build: specifying the feature flags in cargo optimize #55

Open
Tracked by #84
SebastianElvis opened this issue Sep 5, 2024 · 0 comments
Open
Tracked by #84

build: specifying the feature flags in cargo optimize #55

SebastianElvis opened this issue Sep 5, 2024 · 0 comments
Labels

Comments

@SebastianElvis
Copy link
Member

we should keep a single name for the contracts. Whether you build the lite or full version is something you should take into consideration. Perhaps adding a Features column into the checksums.txt file.

This is not trivial as the optimiser provides support for specifying feature flags in CLI at the moment. It captures all build targets via parsing Cargo.toml here. This function extracts the standard build and all other builds. Then the code builds everything inside it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant