mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Remove release build overrides
This commit is contained in:
parent
95c498d913
commit
cca330ef53
1 changed files with 0 additions and 12 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -19,18 +19,6 @@ miniz_oxide.opt-level = 3
|
||||||
incremental = true
|
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.
|
||||||
|
|
||||||
# Ideally, we would use `build-override` here, but some crates are also
|
|
||||||
# needed at run-time and we end up compiling them twice.
|
|
||||||
[profile.release.package]
|
|
||||||
chalk-derive.opt-level = 0
|
|
||||||
proc-macro2.opt-level = 0
|
|
||||||
quote.opt-level = 0
|
|
||||||
salsa-macros.opt-level = 0
|
|
||||||
serde_derive.opt-level = 0
|
|
||||||
syn.opt-level = 0
|
|
||||||
tracing-attributes.opt-level = 0
|
|
||||||
xtask.opt-level = 0
|
|
||||||
|
|
||||||
[patch.'crates-io']
|
[patch.'crates-io']
|
||||||
# rowan = { path = "../rowan" }
|
# rowan = { path = "../rowan" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue