mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
smaller debuginfo in release
This commit is contained in:
parent
d690249bc8
commit
660086e5d8
@ -3,6 +3,6 @@ members = [ "crates/*" ]
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
incremental = true
|
incremental = true
|
||||||
debug = true
|
debug = 1 # only line info
|
||||||
|
|
||||||
[patch.'crates-io']
|
[patch.'crates-io']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user