diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-02-24 13:08:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 13:08:20 +0000 |
| commit | a4bd32cf91f992d79afc0ef45d7d9ad447c0332f (patch) | |
| tree | 86da0dc8c19808e91282c9b1ceac3dc550b3c2e1 | |
| parent | af83f2fd378f4e142420c12bd65230fc7cf73d68 (diff) | |
| parent | 7bba76eccc8be554daad85459408aa0ef737fc0a (diff) | |
| download | rust-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.toml | 1 |
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 |
