From 2c9fc4c5d846172e22698c1c3db8502ff9d96895 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 26 Apr 2022 08:39:47 -0400 Subject: [PATCH] change some profile settings --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d679b6..aa7a965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,14 @@ threading = ["async-lock", "rayon"] debug = false codegen-units = 1 opt-level = "z" #optimize for size -lto = true +lto = "fat" strip = true [profile.dev] debug = true +codegen-units = 8 opt-level = 0 -lto = true +lto = "thin" strip = false [dependencies]