opt-level max

This commit is contained in:
Youngjoon Lee 2024-08-17 21:38:53 +09:00
parent a7ed744783
commit 39491f30b7
No known key found for this signature in database
GPG Key ID: 167546E2D1712F8C

View File

@ -13,3 +13,6 @@ strum_macros = "0.26.4"
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "sync"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
[profile.release]
opt-level = 3 # max optimization