mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-19 17:16:37 +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]
|
[profile.dev]
|
||||||
opt-level = 0
|
opt-level = 0
|
||||||
debug = true
|
debug = "line-tables-only"
|
||||||
lto = false
|
lto = false
|
||||||
debug-assertions = true
|
debug-assertions = true
|
||||||
overflow-checks = true
|
overflow-checks = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue