From 9d69bc9a481d48393f318edd58b934fde7b697bd Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 18 Sep 2018 16:22:53 -0400 Subject: [PATCH] Switch to -O1 in dev as we have long-running tests and O1 is cheap --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2