X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=069e49e8b7c2c2756c9954a48305f2af498e550e;hb=3c12b0d0af0754746ebeb4a916634fffa0a2c28c;hp=551ec358e15e62fc68abc93eddad8c1f30c9cc51;hpb=9e03087d6acbc876a5ad1c9b9d8746bf18d5ca86;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 551ec358..069e49e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,10 @@ members = [ [profile.test] opt-level = 1 +[profile.dev] +panic = "abort" + [profile.release] opt-level = 3 lto = true +panic = "abort"