What can be added into Cargo.toml:
[profile.release]
lto = true
opt-level = 'z'
codegen-units = 1
Other ideas?
@TatriX - you (will) have the project based on the current seed-quickstart-webpack template - I would be glad if you can confirm, that it helps or if you find other options. Don't hurry, I plan to integrate it to next release without ETA. Thanks!
What can be added into
Cargo.toml:Other ideas?
@TatriX - you (will) have the project based on the current
seed-quickstart-webpacktemplate - I would be glad if you can confirm, that it helps or if you find other options. Don't hurry, I plan to integrate it to next release without ETA. Thanks!