about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2025-02-24 13:08:20 +0000
committerGitHub <noreply@github.com>2025-02-24 13:08:20 +0000
commita4bd32cf91f992d79afc0ef45d7d9ad447c0332f (patch)
tree86da0dc8c19808e91282c9b1ceac3dc550b3c2e1
parentaf83f2fd378f4e142420c12bd65230fc7cf73d68 (diff)
parent7bba76eccc8be554daad85459408aa0ef737fc0a (diff)
downloadrust-a4bd32cf91f992d79afc0ef45d7d9ad447c0332f.tar.gz
rust-a4bd32cf91f992d79afc0ef45d7d9ad447c0332f.zip
Merge pull request #19218 from Veykril/push-vqsronpuvrnx
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 1ff36a68e8f..19ae35142fa 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