Create release profile with LTO (#52)

This commit is contained in:
Pavlo Rudy 2023-03-10 22:36:00 +02:00 committed by Ulyssa
parent 066f60ad32
commit a786369b14
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64

View file

@ -52,3 +52,7 @@ features = ["macros", "net", "rt-multi-thread", "sync", "time"]
[dev-dependencies] [dev-dependencies]
lazy_static = "1.4.0" lazy_static = "1.4.0"
[profile.release]
lto = true
incremental = false