Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 992eb5c

Browse files
committed
1 parent 6878308 commit 992eb5c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[profile.release]
22
panic = "unwind"
3+
opt-level = 3
4+
5+
# make sure dev builds with backtrace do
6+
# not slow us down
7+
[profile.dev.package.backtrace]
8+
inherits = "release"
39

410
[profile.production]
511
inherits = "release"
612
lto = true
13+
codegen-units = 1
714

815
[profile.testnet]
916
inherits = "release"

0 commit comments

Comments
 (0)