From c69e4778fe90ff94ee03802ca5807f8603b45efa Mon Sep 17 00:00:00 2001 From: yangzhe1990 Date: Sun, 12 Apr 2020 20:28:50 +0200 Subject: [PATCH] cargo (#1202) Co-authored-by: Zhe Yang --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4724c6f5ee..195e3a1dff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,3 +90,7 @@ debug-assertions = true [profile.bench] debug-assertions = true + +# Temporarily run with debug assertion before main-net release. +[profile.release] +debug-assertions = true