Skip to content

Commit 7f8c50c

Browse files
authored
Merge pull request #178 from arielf212/issue-119-enable-lto
Uses lto in profile release (build --release and install)
2 parents 30e7cc7 + ba5d87d commit 7f8c50c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ include = [
1717
]
1818
rust-version = "1.74.1"
1919

20+
[profile.release]
21+
lto = true
22+
2023
[[bin]]
2124
name = "git-absorb"
2225
path = "src/main.rs"

0 commit comments

Comments
 (0)