mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 00:31:09 +00:00
build: reduce debuginfo for dev build
This commit is contained in:
parent
fafd2de2e3
commit
5a701b6a5e
1 changed files with 3 additions and 0 deletions
|
@ -15,5 +15,8 @@ print_stdout = "warn"
|
|||
todo = "warn"
|
||||
unwrap_used = "warn"
|
||||
|
||||
[profile.dev]
|
||||
debug = "line-tables-only"
|
||||
|
||||
[profile.bench]
|
||||
debug = "line-tables-only"
|
||||
|
|
Loading…
Add table
Reference in a new issue