mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-14 09:09:47 +00:00
Expand the comment on why we're fine with thin LTO
Co-Authored-By: Eric Eastwood <erice@element.io>
This commit is contained in:
co-authored by
Eric Eastwood
parent
2043d1d6c1
commit
2805a6784f
+3
-1
@@ -746,7 +746,9 @@ version = "3.1.0"
|
||||
[profile.release]
|
||||
# This is not the most performant build we could possibly do, but other
|
||||
# optimisations like `codegen-units = 1` and fat LTO are quite expensive on
|
||||
# compilation time, with relatively modest advantages over just thin LTO
|
||||
# compilation time, with relatively modest perf advantages over just thin LTO
|
||||
# (we saw 3-5% perf difference) and we'd rather optimize for compilation time
|
||||
# at the moment.
|
||||
lto = "thin"
|
||||
|
||||
# A few profile opt-level tweaks to make the test suite run faster
|
||||
|
||||
Reference in New Issue
Block a user