From 4475c1811536a81364e921cff7dc8eb6e1b3becd Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Sun, 20 Oct 2024 10:00:51 +0000 Subject: [PATCH] Use thin LTO to speedup compiling --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38cb7a93..16e346a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ default-members = [ ] [profile.release] -lto = true +lto = "thin" opt-level = 3