From dc417324867be91d9e9972fdac1b087e6e438d29 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Sun, 17 May 2020 09:05:19 -0700 Subject: [PATCH] panic=abort --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8671b38..8821da7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,4 @@ rustls = "0.17.0" [profile.release] lto = true codegen-units = 1 +panic = "abort"