coreutils/fuzz
naoNao89 11593bd808 fuzz: enable debug symbols in release builds
Adds debug = true to the [profile.release] section in fuzz/Cargo.toml. This enables generation of backtraces with function names and line numbers when fuzzing discovers crashes, instead of just memory addresses.

Fixes #5343
2025-10-17 07:33:44 +07:00
..
fuzz_targets Finalize the fuzzer 2025-08-14 10:52:24 +02:00
uufuzz prepare version 0.3.0 (#8890) 2025-10-12 13:31:16 +02:00
.gitignore move the fuzz_date fuzzers 2023-03-10 00:03:26 +01:00
Cargo.lock prepare version 0.3.0 (#8890) 2025-10-12 13:31:16 +02:00
Cargo.toml fuzz: enable debug symbols in release builds 2025-10-17 07:33:44 +07:00