From: Matt Corallo Date: Tue, 18 Sep 2018 20:22:53 +0000 (-0400) Subject: Switch to -O1 in dev as we have long-running tests and O1 is cheap X-Git-Tag: v0.0.12~303^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=9d69bc9a481d48393f318edd58b934fde7b697bd Switch to -O1 in dev as we have long-running tests and O1 is cheap --- diff --git a/Cargo.toml b/Cargo.toml index c0f13bde..4df9e320 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,3 +37,6 @@ features = ["bitcoinconsensus"] [dev-dependencies] hex = "0.3" + +[profile.dev] +opt-level = 1