Move LTO into its own "release-lto" profile (#207)

This commit is contained in:
Ulyssa 2024-02-28 22:31:00 -08:00 committed by GitHub
parent a2a708f1ae
commit aa878f7569
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,9 +78,10 @@ features = ["macros", "net", "rt-multi-thread", "sync", "time"]
lazy_static = "1.4.0"
pretty_assertions = "1.4.0"
[profile.release]
lto = true
[profile.release-lto]
inherits = "release"
incremental = false
lto = true
[features]
default = ["sixel"]