mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Disable optimizations for tracing-attributes
This commit is contained in:
parent
ec1d1a1b70
commit
ddcd98f604
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ opt-level = 0
|
|||
opt-level = 0
|
||||
[profile.release.package.salsa-macros]
|
||||
opt-level = 0
|
||||
[profile.release.package.tracing-attributes]
|
||||
opt-level = 0
|
||||
[profile.release.package.xtask]
|
||||
opt-level = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue