From 3561f488c15061ba76a78c5857eb273590b9a3bb Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 2 Jun 2022 22:50:21 -0700 Subject: [PATCH] release config optimizations --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ff4c948..297682f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,3 +30,5 @@ tempfile = "3" [profile.release] lto = true +codegen-units = 1 +strip = true