From 16b6d61e10617e67163b7c85c1afde7d8888fee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 7 Oct 2017 12:43:38 +0300 Subject: [PATCH] Improve release configuration a bit --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6e93fa24..f5cba5bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,7 @@ members = [ [profile.release] lto = true +debug-assertions = false +opt-level = 3 +debug = true +panic = 'unwind'