Specify panic="abort"

exa doesn’t capture any failures — it’s not really worth it for such a short-lived task, and doing this results in a smaller binary.

Fixes #128.
This commit is contained in:
Benjamin Sago 2017-05-07 16:47:19 +01:00
parent 8f35da6bc8
commit 86c19a165c

View File

@ -35,6 +35,7 @@ git = [ "git2" ]
opt-level = 3
debug = false
lto = true
panic = "abort"
[dependencies.git2]
version = "0.6.4"