Revert "fix(1785): enable lto and codegen-units in release build (#65… (#6982)

This commit is contained in:
Jack Amadeo 2026-02-05 10:57:14 -05:00 committed by GitHub
parent 66a2a3cb9a
commit 2e2462a23d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,3 @@ reqwest = { version = "0.12.28", default-features = false, features = ["multipar
tower = "0.5.2"
tower-http = "0.6.8"
url = "2.5.8"
[profile.release]
codegen-units = 1
lto = true