chore: enable lto for production builds (#341)

This commit is contained in:
izzy
2025-05-09 23:04:37 +01:00
parent a8a2e491b0
commit 4a58d6eae0

View File

@@ -16,6 +16,6 @@ redis23 = { package = "redis", version = "0.23.3", git = "https://github.com/rev
# I'm 99% sure this is overloading the GitHub worker # I'm 99% sure this is overloading the GitHub worker
# hence builds have been failing since, let's just # hence builds have been failing since, let's just
# disable it for now. In the future, we could use this # disable it for now. In the future, we could use this
# if we were rolling our own CI. # if we were rolling our own CI (that is now).
# [profile.release] [profile.release]
# lto = true lto = true