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:
Jiahao XU 2025-06-19 00:58:51 +10:00 committed by GitHub
parent e4d731dcc1
commit 5de9e7fc28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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