From ae401c63059fea5fb3dd380eef6faad8c40b75ff Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Tue, 19 May 2020 09:56:27 +0200 Subject: [PATCH] Optimize release build configuration --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3b13e79..f07b396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +opt-level = 3 +codegen-units = 1 + [dependencies]