Skip to content

Commit ea3a9d2

Browse files
committed
Enable fat LTO in release builds
1 parent 24ab807 commit ea3a9d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ path = "src/volta-shim.rs"
2020
name = "volta-migrate"
2121
path = "src/volta-migrate.rs"
2222

23+
[profile.release]
24+
lto = "fat"
25+
codegen-units = 1
26+
2327
[dependencies]
2428
volta-core = { path = "crates/volta-core" }
2529
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)