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"