diff --git a/client/Cargo.toml b/client/Cargo.toml index a4f6e30..73ded6d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -28,3 +28,5 @@ ssh-cert-dist-common = { path = "../common" } [dev-dependencies] tempfile = "3.3.0" +[profile.relese] +opt-level = 1 diff --git a/server/Cargo.toml b/server/Cargo.toml index 419d37d..ce8272d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -36,3 +36,5 @@ ssh-cert-dist-common = { path = "../common" } [dev-dependencies] tempfile = "3.3.0" +[profile.release] +opt-level = 1