Skip to content

Commit 2aeaed8

Browse files
committed
[Cargo] Add to 'release' profile settings
1 parent 541c08d commit 2aeaed8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ crate-type = ["staticlib"]
1212
hexe = "0.0.2"
1313

1414
[profile.release]
15+
codegen-units = 1
16+
opt-level = 3
17+
panic = "abort"
1518
lto = true

0 commit comments

Comments
 (0)