Skip to content

Commit c47c105

Browse files
Hocurilink2xt
authored andcommitted
Make debug=1 again for test builds
1 parent 0d50fcb commit c47c105

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
@@ -15,7 +15,7 @@ opt-level = 1
1515
# Make anyhow `backtrace` feature useful.
1616
# With `debug = 0` there are no line numbers in the backtrace
1717
# produced with RUST_BACKTRACE=1.
18-
debug = 'full'
18+
debug = 1
1919
opt-level = 0
2020

2121
# Always optimize dependencies.

0 commit comments

Comments
 (0)