summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-29 21:56:55 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-05-29 21:56:55 -0500
commite0c12600ee090fa360be7e56446b9212a3cbd3b3 (patch)
tree08e509fee6fe86ca9c0e7e125166bd65257b5a69 /Cargo.toml
parentb34d3907c6a598c60df8bc5c733df22fe1119363 (diff)
lots of work
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e875dbc..64fc332 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,10 @@ tower = "0.5.3"
tower-http = { version = "0.6.11", features = ["compression-gzip", "fs", "timeout", "trace"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
+
+[profile.release]
+opt-level = 3
+lto = true
+codegen-units = 1
+panic = "abort"
+strip = true