From 94e58249901484eae35064ee6210ea8819f147e0 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Thu, 14 Feb 2019 15:45:38 +0300 Subject: [PATCH] enable lto, disable unwinding --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d639d1d7900..9b09db13809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,6 +122,8 @@ name = "parity" [profile.release] debug = false +lto = true +panic = "abort" [workspace] # This should only list projects that are not