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

Add custom profile to set lto&codegen units *only* with building the contracts? #440

Open
matklad opened this issue Feb 10, 2022 · 0 comments

Comments

@matklad
Copy link
Contributor

matklad commented Feb 10, 2022

Today we specify lto=true in Cargo.toml. This is pretty important to get fast&lean mainnet.wasm, but it also means that, when we build the tests with release, we compile nearcore (actually, two nearcores) with lto, which takes ages.

Modern rust has custom profiles, so we can add a contract profile for compiling aurora to wasm, and stick to the default release for tests & standalone runner.

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

No branches or pull requests

1 participant