From f062c9de7ef9543a9bb5856eabb176f3db53855d Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 5 May 2022 22:46:26 -0700 Subject: [PATCH] Add release opts --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7208407..36c8266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,9 @@ tracing-subscriber = "0.3" toml = "0.5" clap = { version = "3", features = ["derive"] } serde = { version = "1", features = ["derive"] } -uwuify = "0.2" \ No newline at end of file +uwuify = "0.2" + +[profile.release] +strip = true +lto = "full" +codegen-units = 1 \ No newline at end of file