2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-05 00:00:58 +00:00

small binary

This commit is contained in:
dvkt 2019-12-22 16:58:06 -08:00
parent 3ee60b1fee
commit 1d30ec4a83

View File

@ -7,6 +7,7 @@ authors = ["dvkt <c@dvkt.io>"]
lto = true
codegen-units = 1
panic = 'abort'
opt-level = 'z' # Optimize for size.
[dependencies]
termion = "1.5.3"