Skip to content

Commit 93ed9ae

Browse files
authored
set debug to line-tables-only (aptos-labs#12088)
1 parent a4ab5b2 commit 93ed9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ codegen-units = 1
789789

790790
[profile.ci]
791791
inherits = "release"
792-
debug = true
792+
debug = "line-tables-only"
793793
overflow-checks = true
794794
debug-assertions = true
795795

0 commit comments

Comments
 (0)