Full fat LTO for the very best size reduction

This commit is contained in:
2024-12-29 15:59:32 -06:00
parent d181a690f8
commit 076fcd3c3f

View File

@@ -25,7 +25,7 @@ opt-level = 3
[profile.release] [profile.release]
# codegen-units = 1 # codegen-units = 1
lto = "thin" lto = "fat"
[profile.wasm-release] [profile.wasm-release]
inherits = "release" inherits = "release"