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