[build] tweak profile release
This commit is contained in:
parent
83357007b0
commit
b8694bb07a
@ -5,3 +5,10 @@ edition = "2024"
|
||||
rust-version = "1.85"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
debug = false
|
||||
strip = true
|
||||
panic = "unwind"
|
||||
codegen-units = 1
|
||||
|
Loading…
Reference in New Issue
Block a user