Optimize production-stripped (#34340)

* Optimize production-stripped

Signed-off-by: atbrakhi <atbrakhi@igalia.com>

* Add lto and opt-level to `production`

Signed-off-by: atbrakhi <atbrakhi@igalia.com>

---------

Signed-off-by: atbrakhi <atbrakhi@igalia.com>
This commit is contained in:
atbrakhi 2024-12-02 09:33:23 +01:00 committed by GitHub
parent bb1d2bd0f2
commit 9457a40ca2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -177,8 +177,9 @@ debug = "line-tables-only"
[profile.production]
inherits = "release"
debug-assertions = false
lto = "thin"
lto = true
codegen-units = 1
opt-level = "s"
[profile.production-stripped]
inherits = "production"