diff --git a/Cargo.toml b/Cargo.toml index 94bdffef62..19b355bd41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ members = [ ] [profile.release] -debug = true +debug = 0 panic = 'unwind' incremental = false