From 4a990c537be2323e048a7998d0f12154b2846cae Mon Sep 17 00:00:00 2001 From: Evan Yang <31290895+evanyang1@users.noreply.github.com> Date: Wed, 13 Mar 2024 01:25:54 -0700 Subject: [PATCH] :children_crossing: chore: thin `lto` for the compilation instead of fat `lto` to improve build times --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8bd468..a9152af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ debug = false # This should only be commented when testing with dhat profiler split-debuginfo = '...' debug-assertions = false overflow-checks = false -lto = true +lto = 'thin' panic = 'abort' incremental = false codegen-units = 1