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