From 16194bbaa43c9302bd7768b5103fab9113f0c99d Mon Sep 17 00:00:00 2001 From: Tpt Date: Tue, 27 Apr 2021 19:30:22 +0200 Subject: [PATCH] Uses a single codegen unit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 27e4311d..ff352d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ members = [ [profile.release] lto = true +codegen-units = 1