Skip to content

Commit 2776551

Browse files
authored
Use lto in release (#262)
1 parent be03178 commit 2776551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ path = "src/cargo-about/main.rs"
2626

2727
[profile.release]
2828
strip = "debuginfo"
29+
lto = true
2930

3031
[dependencies]
3132
# Colorization

0 commit comments

Comments
 (0)