aboutsummaryrefslogtreecommitdiffstats
path: root/crates/pseudonyms/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/pseudonyms/Cargo.toml')
-rw-r--r--crates/pseudonyms/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/pseudonyms/Cargo.toml b/crates/pseudonyms/Cargo.toml
index 1efd5c5..9f06188 100644
--- a/crates/pseudonyms/Cargo.toml
+++ b/crates/pseudonyms/Cargo.toml
@@ -32,3 +32,8 @@ warden-core = { workspace = true, features = ["pseudonyms", "serde-time"] }
[dependencies.warden-stack]
workspace = true
features = ["api", "cache", "postgres", "opentelemetry-tonic", "tracing-loki"]
+
+[profile.release]
+lto = true
+strip = true
+codegen-units = 1