Re: [PATCH v5 3/3] Makefile: correct example fuzz build
From: Junio C Hamano <hidden> Date: 2019-01-15 22:34:11
Josh Steadmon [off-list ref] writes:
Sorry for being too vague. The problem with only including FUZZ_CXXFLAGS
is that all the .c files need to be compiled with coverage tracking
enabled, not just the fuzzer itself.
OK.
We could fix the comment by setting both CFLAGS and FUZZ_CXXFLAGS, but
since we're not including any C++-specific flags there's no reason to
set both.