We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc2ce0 commit 202c2fcCopy full SHA for 202c2fc
api/Cargo.toml
@@ -26,3 +26,7 @@ tower = "0.4.13"
26
tower-http = { version = "0.5.0", features = ["cors", "trace"] }
27
tracing = "0.1"
28
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
29
+
30
+[profile.release]
31
+lto = true
32
+codegen-units = 1
0 commit comments