Skip to content

Commit aa0d368

Browse files
authored
chore: bump release profile to reduce binary size (#78)
1 parent 4a839b9 commit aa0d368

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ n0-snafu = "0.2.1"
3232
duct = "0.13.6"
3333
nix = { version = "0.29", features = ["signal", "process"] }
3434
tempfile = "3.8"
35+
36+
[profile.release]
37+
panic = "abort"
38+
opt-level = "s"
39+
codegen-units = 1
40+
lto = true
41+
debug = "none"
42+
strip = true

0 commit comments

Comments
 (0)