Skip to content

Commit b53d3d7

Browse files
committed
Optimization
1 parent 6a1802b commit b53d3d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nap"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
authors = ["Evantaur"]
66
description = "Suspend-aware alternative to sleep for shell scripts etc."
@@ -16,8 +16,8 @@ strip = true
1616
opt-level = "z"
1717
codegen-units = 1
1818
panic = "abort"
19+
lto = true
1920

2021
# The profile that 'dist' will build with
2122
[profile.dist]
2223
inherits = "release"
23-
lto = "thin"

0 commit comments

Comments
 (0)