+ profile.release
This commit is contained in:
parent
37f89a3521
commit
4a590c1f7f
@ -17,3 +17,9 @@ tokio-stream = "0.1.10"
|
|||||||
tokio-util = "0.7.4"
|
tokio-util = "0.7.4"
|
||||||
toml = "0.5.9"
|
toml = "0.5.9"
|
||||||
windows-service = "0.5.0"
|
windows-service = "0.5.0"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 3
|
||||||
|
debug = false
|
||||||
|
lto = true
|
||||||
|
strip = true
|
||||||
|
Loading…
Reference in New Issue
Block a user