You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: