about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2025-02-24 13:52:46 +0100
committerLukas Wirth <lukastw97@gmail.com>2025-02-24 13:52:46 +0100
commit7bba76eccc8be554daad85459408aa0ef737fc0a (patch)
tree2048e5c59f548ed9b9bd68dadf87d31cb8a050a9
parent286595e21ef26c7d243b7715033f2d0b72882a83 (diff)
downloadrust-7bba76eccc8be554daad85459408aa0ef737fc0a.tar.gz
rust-7bba76eccc8be554daad85459408aa0ef737fc0a.zip
Disable incremental on release builds
-rw-r--r--src/tools/rust-analyzer/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/Cargo.toml
index 5060013b139..d363bb59be7 100644
--- a/src/tools/rust-analyzer/Cargo.toml
+++ b/src/tools/rust-analyzer/Cargo.toml
@@ -25,7 +25,6 @@ salsa.opt-level = 3
 miniz_oxide.opt-level = 3
 
 [profile.release]
-incremental = true
 # Set this to 1 or 2 to get more useful backtraces in debugger.
 debug = 0