Restore fuzzing makefile
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
# You can select which sanitizer to use by setting this
|
# You can select which sanitizer to use by setting this
|
||||||
SANITIZER ?= address
|
SANITIZER ?= address
|
||||||
# These are set by OSS-Fuzz, we default to AddressSanitizer
|
# These are set by OSS-Fuzz, we default to AddressSanitizer
|
||||||
override CXXFLAGS += -DLIBUS_NO_SSL -fsanitize=$(SANITIZER),fuzzer
|
CXXFLAGS ?= -DLIBUS_NO_SSL -fsanitize=$(SANITIZER),fuzzer
|
||||||
override CFLAGS += -DLIBUS_NO_SSL
|
CFLAGS ?= -DLIBUS_NO_SSL
|
||||||
OUT ?= .
|
OUT ?= .
|
||||||
|
|
||||||
oss-fuzz:
|
oss-fuzz:
|
||||||
|
|||||||
Reference in New Issue
Block a user