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
+2
View File
@@ -18,3 +18,5 @@ tokio = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
sp-keyring = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
@@ -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