mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-29 02:32:00 +08:00
Abort on panic in release
This should help both runtime performance and side of the executable. And I can't think of a reason why we would need unwinding on panic in release builds.
This commit is contained in:
@@ -90,6 +90,7 @@ debug = true
|
||||
lto = true
|
||||
strip = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
||||
[features]
|
||||
use-jemalloc = ["tikv-jemallocator"]
|
||||
|
||||
Reference in New Issue
Block a user