Skip to content

Commit

Permalink
Actually compile DEBUG into the program in the debug hints file
Browse files Browse the repository at this point in the history
  • Loading branch information
copperwater committed Apr 17, 2024
1 parent a33f2a9 commit f3acc77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/unix/hints/linux-xnh-debug
Expand Up @@ -134,6 +134,7 @@ NHCFLAGS+= -Wimplicit-fallthrough=2 # 3 usually ok, but nice to enforce
# /* else FALLTHRU */
NHCFLAGS+=-Warray-bounds=2 # extra checking for struct/pointer array access
NHCFLAGS+=-DFUZZER_LOG # log things so fuzzer crashes can trace what was happening
NHCFLAGS+=-DDEBUG # duh
# END CUSTOM FLAGS

#
Expand Down

0 comments on commit f3acc77

Please sign in to comment.