feat: configure performance for the rust porttion
This commit is contained in:
parent
5356e2dbb4
commit
c55413c47f
4 changed files with 14 additions and 7 deletions
|
|
@ -1,5 +1,3 @@
|
|||
cargo-features = ["panic-immediate-abort"]
|
||||
|
||||
[package]
|
||||
name = "cgol"
|
||||
version = "0.1.0"
|
||||
|
|
@ -41,8 +39,9 @@ wasm-opt = false
|
|||
debug = "line-tables-only"
|
||||
|
||||
[profile.release]
|
||||
debug = 0
|
||||
opt-level = 3
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "immediate-abort"
|
||||
panic = "abort"
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue