smaller debuginfo in release
This commit is contained in:
parent
d690249bc8
commit
660086e5d8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ members = [ "crates/*" ]
|
|||
|
||||
[profile.release]
|
||||
incremental = true
|
||||
debug = true
|
||||
debug = 1 # only line info
|
||||
|
||||
[patch.'crates-io']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue