Replace all assert! with debug_assert!
This results in a ~6% reduction in instruction count.
This commit is contained in:
@@ -49,3 +49,9 @@ name = "ion_checker"
|
||||
path = "fuzz_targets/ion_checker.rs"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
# Enable debug assertions and overflow checks when fuzzing
|
||||
[profile.release]
|
||||
debug = true
|
||||
debug-assertions = true
|
||||
overflow-checks = true
|
||||
Reference in New Issue
Block a user