diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-02-24 13:52:46 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2025-02-24 13:52:46 +0100 |
| commit | 7bba76eccc8be554daad85459408aa0ef737fc0a (patch) | |
| tree | 2048e5c59f548ed9b9bd68dadf87d31cb8a050a9 | |
| parent | 286595e21ef26c7d243b7715033f2d0b72882a83 (diff) | |
| download | rust-7bba76eccc8be554daad85459408aa0ef737fc0a.tar.gz rust-7bba76eccc8be554daad85459408aa0ef737fc0a.zip | |
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 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 |
