added options for compiling release binary
This commit is contained in:
parent
9e8df01096
commit
5fa155381b
@ -1,3 +1,4 @@
|
||||
|
||||
[package]
|
||||
name = "query-docker-tags"
|
||||
version = "0.1.0"
|
||||
@ -13,3 +14,7 @@ chrono = "0.4.19"
|
||||
tui = "0.16"
|
||||
termion = "1.5"
|
||||
regex = "1.5.4"
|
||||
|
||||
[profile.release]
|
||||
lto = "yes"
|
||||
opt-level = "z"
|
Loading…
Reference in New Issue
Block a user