aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-31 00:52:53 +0100
committerGitHub <[email protected]>2021-05-31 00:52:53 +0100
commitf4383981249d3f2964f2c667f3349f8ff15b77c4 (patch)
tree65f662c4be04519c065f09aa837f28da24539f61
parentd6490c69fb491fb11a3eaae84d24111784f5ce0c (diff)
parentc9ba63462757038ed4ba29a66a1d813a0ea9801b (diff)
Merge #9071
9071: minor: reenable incremental release builds r=jonas-schievink a=jonas-schievink forgot to turn this back on in https://github.com/rust-analyzer/rust-analyzer/pull/9069 Co-authored-by: Jonas Schievink <[email protected]>
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e237b13dc..698db5e3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ text-size.opt-level = 3
17miniz_oxide.opt-level = 3 17miniz_oxide.opt-level = 3
18 18
19[profile.release] 19[profile.release]
20incremental = true
20debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. 21debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
21 22
22[profile.test] 23[profile.test]