Skip to content

Commit

Permalink
Restore fuzzing makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Jan 4, 2020
1 parent 4173938 commit 03681cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzing/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# You can select which sanitizer to use by setting this
SANITIZER ?= address
# These are set by OSS-Fuzz, we default to AddressSanitizer
override CXXFLAGS += -DLIBUS_NO_SSL -fsanitize=$(SANITIZER),fuzzer
override CFLAGS += -DLIBUS_NO_SSL
CXXFLAGS ?= -DLIBUS_NO_SSL -fsanitize=$(SANITIZER),fuzzer
CFLAGS ?= -DLIBUS_NO_SSL
OUT ?= .

oss-fuzz:
Expand Down

0 comments on commit 03681cc

Please sign in to comment.