From 03f539e80d530f119fb8fe058254efc16f286577 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Fri, 8 Nov 2024 13:22:08 -0800 Subject: [PATCH] dupe profile --- clients/cli/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/clients/cli/Cargo.toml b/clients/cli/Cargo.toml index 0803b44..817419c 100644 --- a/clients/cli/Cargo.toml +++ b/clients/cli/Cargo.toml @@ -100,8 +100,3 @@ ark-vesta = { git = "https://github.com/arkworks-rs/curves/", rev = "8c0256a" } ark-bls12-381 = { git = "https://github.com/arkworks-rs/curves/", rev = "3fded1f" } zstd-sys = { git = "https://github.com/gyscos/zstd-rs" } - -[profile.release] -strip = true -lto = true -codegen-units = 1