From c509cf7ef0fdf1f6191f7c64349065425ea8201d Mon Sep 17 00:00:00 2001 From: Thinkofdeath Date: Wed, 16 Mar 2016 18:09:28 +0000 Subject: [PATCH] Make debug builds faster --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cb69667..2cf0c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,3 +26,11 @@ version = "0" [dependencies.steven_openssl] path = "./openssl" version = "0" + +[profile.dev] +opt-level = 2 +debug = true +rpath = false +lto = false +debug-assertions = true +codegen-units = 4