1 parent 049ade4 commit 139563dCopy full SHA for 139563d
1 file changed
ferrous-opencc-compiler/Cargo.toml
@@ -9,3 +9,10 @@ license = "Apache-2.0"
9
anyhow = "1"
10
rkyv = { version = "0.8" }
11
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