Skip to content

Commit bbc6155

Browse files
committed
strip release build
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 759c7c8 commit bbc6155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ uuid = { version = "1.11", default-features = false, features = ["v4", "serde"]
3030
once_cell = { version = "1.20" }
3131

3232
[profile.release]
33+
strip = true # Strip debug symbols from the binary.
3334
lto = true # Optimize our binary at link stage.
3435
codegen-units = 1 # Increases compile time but improves optmization alternatives.
3536
opt-level = 3 # Optimize with 'all' optimization flipped on. May produce larger binaries than 's' or 'z'.

0 commit comments

Comments
 (0)