add release profile
This commit is contained in:
parent
59043dcca4
commit
bcd725583e
@ -13,3 +13,9 @@ futures-core = "0.3.31"
|
||||
futures-util = "0.3.31"
|
||||
regex = "1.11.0"
|
||||
tokio = { version = "1.40.0", features = ["fs", "rt", "process", "macros", "io-util"] }
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
debug = false
|
||||
lto = true
|
||||
strip = true
|
||||
|
Loading…
Reference in New Issue
Block a user