Skip to content

Commit 34e3c5b

Browse files
authored
Merge pull request #372 from viperproject/enable-lto
Enable LTO
2 parents 7b4606e + ccd9245 commit 34e3c5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ exclude = [
2424
]
2525

2626
[profile.release]
27-
# Enable after Rust's issue 50324
28-
# https://github.com/rust-lang/rust/issues/50324
29-
# lto = true
27+
lto = true
28+
codegen-units = 1

0 commit comments

Comments
 (0)