Skip to content

Commit

Permalink
Fix fuzzer build
Browse files Browse the repository at this point in the history
  • Loading branch information
attah committed Mar 2, 2024
1 parent ee783ec commit 198ded8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ tidy:
clang-tidy lib/*.cpp utils/*.cpp -- $(CXXFLAGS)

fuzz:
clang++ -g -fsanitize=fuzzer $(CXXFLAGS) -O0 -DFUZZ lib/ippmsg.cpp lib/ippattr.cpp bytestream/bytestream.cpp -o $@
clang++ -g -fsanitize=fuzzer $(CXXFLAGS) -O0 -DFUZZ lib/ippmsg.cpp lib/ippattr.cpp bytestream/bytestream.cpp json11/json11.cpp -o $@

0 comments on commit 198ded8

Please sign in to comment.