diff --git a/Cargo.toml b/Cargo.toml index 09f3a7f1c..3ec0eaac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,6 +82,7 @@ test-case = "3.3" lto = true strip = true codegen-units = 1 +panic = "abort" [features] use-jemalloc = ["tikv-jemallocator"]