Revert debug = 'full'

This commit is contained in:
Hocuri
2025-09-10 17:55:40 +02:00
parent de10f31a3a
commit d967bff702

View File

@@ -15,7 +15,7 @@ opt-level = 1
# Make anyhow `backtrace` feature useful. # Make anyhow `backtrace` feature useful.
# With `debug = 0` there are no line numbers in the backtrace # With `debug = 0` there are no line numbers in the backtrace
# produced with RUST_BACKTRACE=1. # produced with RUST_BACKTRACE=1.
debug = 'full' debug = 1
opt-level = 0 opt-level = 0
[profile.fuzz] [profile.fuzz]