##// END OF EJS Templates
fuzz: compile xdiff.cc with -std=c++17...
Yuya Nishihara -
r38235:74f89b7a default
parent child Browse files
Show More
@@ -34,6 +34,7 b' x%.o: ../../mercurial/thirdparty/xdiff/x'
34 34 -o $@ \
35 35 $<
36 36
37 xdiff: CXXFLAGS += -std=c++17
37 38 xdiff: xdiff.cc xdiffi.o xprepare.o xutils.o fuzzutil.o
38 39 $(CXX) $(CXXFLAGS) -DHG_FUZZER_INCLUDE_MAIN=1 -g -O1 -fsanitize=fuzzer-no-link,address \
39 40 -I../../mercurial xdiff.cc \
General Comments 0
You need to be logged in to leave comments. Login now