mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
reenable incremental release builds
This commit is contained in:
parent
d6490c69fb
commit
c9ba634627
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ text-size.opt-level = 3
|
||||||
miniz_oxide.opt-level = 3
|
miniz_oxide.opt-level = 3
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
incremental = true
|
||||||
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
|
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
|
||||||
|
|
||||||
[profile.test]
|
[profile.test]
|
||||||
|
|
Loading…
Reference in a new issue