mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-26 13:56:27 +00:00
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:
parent
8f35da6bc8
commit
86c19a165c
@ -35,6 +35,7 @@ git = [ "git2" ]
|
|||||||
opt-level = 3
|
opt-level = 3
|
||||||
debug = false
|
debug = false
|
||||||
lto = true
|
lto = true
|
||||||
|
panic = "abort"
|
||||||
|
|
||||||
[dependencies.git2]
|
[dependencies.git2]
|
||||||
version = "0.6.4"
|
version = "0.6.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user