Skip to content

Commit 139563d

Browse files
committed
fix: panic strategy incompatible
1 parent 049ade4 commit 139563d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ferrous-opencc-compiler/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ license = "Apache-2.0"
99
anyhow = "1"
1010
rkyv = { version = "0.8" }
1111
fst = "0"
12+
13+
[profile.release]
14+
opt-level = 3
15+
lto = true
16+
codegen-units = 1
17+
panic = "abort"
18+
debug = false

0 commit comments

Comments
 (0)