From 72fdad45dba5870c6294e8fca57a43c181c999f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sun, 2 Feb 2020 01:05:48 +0200 Subject: [PATCH] Disable optimizations for some build-time crates (#65) --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd81935..365bbf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,4 +65,7 @@ sd-notify = "0.1.0" unix-daemonize = "0.1.2" [dev-dependencies] -percent-encoding = "2.1" \ No newline at end of file +percent-encoding = "2.1" + +[profile.release.build-override] +opt-level = 0