disable lto on release-github

Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
Luis Garcia 2024-11-24 04:11:57 -07:00
parent b84f606825
commit 9e998c67bc

View file

@ -40,3 +40,4 @@ lto = "thin"
[profile.release-github] [profile.release-github]
inherits = "release" inherits = "release"
debug = false debug = false
lto = false