mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-19 09:06:36 +00:00
CI: Speedup debug build by using line-tables-only (#2200)
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
e4d731dcc1
commit
5de9e7fc28
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ opt-level = "z"
|
|||
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
debug = "line-tables-only"
|
||||
lto = false
|
||||
debug-assertions = true
|
||||
overflow-checks = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue