Use opt-level 3 for smoldot and local target build

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-06-01 17:58:42 +03:00
parent 77cfeb7113
commit ede1094be3
5 changed files with 20 additions and 15 deletions
@@ -8,6 +8,8 @@ pub mod polkadot {}
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
tracing_subscriber::fmt::init();
// Create a light client from the provided chain spec.
//
// # Note