build: reduce debuginfo for dev build

This commit is contained in:
oxalica 2024-09-21 07:33:58 -04:00
parent fafd2de2e3
commit 5a701b6a5e

View file

@ -15,5 +15,8 @@ print_stdout = "warn"
todo = "warn"
unwrap_used = "warn"
[profile.dev]
debug = "line-tables-only"
[profile.bench]
debug = "line-tables-only"