From 93767ad35535c373af099254049f4f532411be5e Mon Sep 17 00:00:00 2001 From: k2662 <120774884+k2662@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:37:53 -0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b410e78ddf7..63a755b0484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ lto = "thin" strip = true debug = 0 opt-level = 3 +incremental = false [profile.dev] # https://jakedeichert.com/blog/reducing-rust-incremental-compilation-times-on-macos-by-70-percent/