From 3863c87fb229bd74af4156690c42d0d14fa434f3 Mon Sep 17 00:00:00 2001 From: Panagiotis Ktistakis Date: Thu, 10 Oct 2019 00:15:11 +0300 Subject: [PATCH] Fix compile bug on 1.38 See: https://github.com/rust-lang/rust/issues/62896 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 81aa34a..1f37573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,5 @@ url = "2.1.0" [profile.release] lto = true +codegen-units = 1 opt-level = "s"