We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759c7c8 commit bbc6155Copy full SHA for bbc6155
Cargo.toml
@@ -30,6 +30,7 @@ uuid = { version = "1.11", default-features = false, features = ["v4", "serde"]
30
once_cell = { version = "1.20" }
31
32
[profile.release]
33
+strip = true # Strip debug symbols from the binary.
34
lto = true # Optimize our binary at link stage.
35
codegen-units = 1 # Increases compile time but improves optmization alternatives.
36
opt-level = 3 # Optimize with 'all' optimization flipped on. May produce larger binaries than 's' or 'z'.
0 commit comments