Skip to content

Commit 9987fc0

Browse files
authored
Release build optimizations: (#155)
* lto = "fat" * codegen-units=1
1 parent 58ac4a9 commit 9987fc0

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
@@ -11,6 +11,10 @@ repository = "https://github.com/tskit-dev/tskit-rust"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

14+
[profile.release]
15+
lto = "fat"
16+
codegen-units=1
17+
1418
[dependencies]
1519
thiserror = "1.0"
1620
libc = "0.2.81"

0 commit comments

Comments
 (0)