Browse Source

configure profile in root package

Mokhtar Naamani 5 years ago
parent
commit
1fce5d2649
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -20,3 +20,6 @@ members = [
 	"utils/chain-spec-builder/"
 ]
 
+[profile.release]
+# Substrate runtime requires unwinding.
+panic = "unwind"