From 2cc655aa618f17a01405f7af98599423dbc87880 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sat, 2 May 2020 12:12:19 -0400 Subject: [PATCH] add flags for profile.release --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 30d6355..e54e45c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,3 +50,7 @@ profiling = [] [dev-dependencies] tempfile = "3" paste = "0.1" + +[profile.release] +debug = true +panic = "abort"