diff --git a/Cargo.toml b/Cargo.toml index 15b23dc..c75d3af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,3 +116,7 @@ features = ["tls"] [workspace.dependencies.uuid] version = "1.6.1" features = ["v4"] + +[profile.release] +lto = "fat" +strip = "symbols"