blob: 6900aa7082971bafef34de94fd269c2b83e99444 (
plain)
1
2
3
4
5
6
7
8
9
|
diff --unified --recursive --text a/Cargo.toml b/Cargo.toml
--- a/Cargo.toml 2025-02-20 12:53:22.675293928 -0700
+++ b/Cargo.toml 2025-02-20 12:55:25.740665957 -0700
@@ -5,4 +5,5 @@
[profile.release]
package."*".opt-level = "s"
opt-level = 3
+lto = "thin"
# rustflags = ["-C", "inline-threshold=1"]
|