Skip to content

Commit

Permalink
Add release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
XX committed Feb 19, 2019
1 parent f8570e4 commit 6c768f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ chrono = "0.4"
[target.'cfg(windows)'.dependencies]
user32-sys = "0.2"
kernel32-sys = "0.2"
winapi = { version = "0.3", features = ["winuser"] }
winapi = { version = "0.3", features = ["winuser"] }

[profile.release]
lto = true
opt-level = 3

0 comments on commit 6c768f5

Please sign in to comment.