Skip to content

Commit

Permalink
fuzz: enable all handholding
Browse files Browse the repository at this point in the history
  • Loading branch information
two-heart authored and kbhargava-jump committed Dec 5, 2024
1 parent 6f1bcd5 commit df22a40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/extra/with-fuzz.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
include config/extra/with-fuzz-stubs.mk

FD_HAS_FUZZ:=1

FD_EQVOC_USE_HANDHOLDING:=1
FD_FORKS_USE_HANDHOLDING:=1
FD_GHOST_USE_HANDHOLDING:=1
FD_SCRATCH_USE_HANDHOLDING:=1
FD_TOWER_USE_HANDHOLDING:=1
FD_TXN_HANDHOLDING:=1

CPPFLAGS+=-fno-omit-frame-pointer
CPPFLAGS+=-fsanitize=fuzzer-no-link
CPPFLAGS+=-fsanitize-coverage=inline-8bit-counters
Expand Down

0 comments on commit df22a40

Please sign in to comment.