diff --git a/Cargo.toml b/Cargo.toml index 6ad0b71..17153a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,3 +35,7 @@ cyborgtime = "2.1.1" [lints.clippy] pedantic = "warn" + +[profile.release] +strip = "symbols" +lto = "thin"