From b4fc6fe2c01fa65498dc23d5511ba5672f85f96d Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 22 Aug 2021 22:01:27 +0200 Subject: [PATCH] Small changes --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d8ae26a..ebdf355 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,3 +42,4 @@ base64 = "0.13.0" [profile.release] lto = true panic = "abort" +codegen-units = 1