mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-08-20 02:52:41 +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"
|
todo = "warn"
|
||||||
unwrap_used = "warn"
|
unwrap_used = "warn"
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
debug = "line-tables-only"
|
||||||
|
|
||||||
[profile.bench]
|
[profile.bench]
|
||||||
debug = "line-tables-only"
|
debug = "line-tables-only"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue