D5460: fuzz: remove probably-wrong -fsanitize from fuzzutil.o rule

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu Dec 20 07:33:42 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG1e51dc85ce12: fuzz: remove probably-wrong -fsanitize from fuzzutil.o rule (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5460?vs=12909&id=12921

REVISION DETAIL
  https://phab.mercurial-scm.org/D5460

AFFECTED FILES
  contrib/fuzz/Makefile

CHANGE DETAILS

diff --git a/contrib/fuzz/Makefile b/contrib/fuzz/Makefile
--- a/contrib/fuzz/Makefile
+++ b/contrib/fuzz/Makefile
@@ -4,7 +4,7 @@
 all: bdiff mpatch xdiff
 
 fuzzutil.o: fuzzutil.cc fuzzutil.h
-	$(CXX) $(CXXFLAGS) -g -O1 -fsanitize=fuzzer-no-link,address \
+	$(CXX) $(CXXFLAGS) -g -O1 \
 	  -std=c++17 \
 	  -I../../mercurial -c -o fuzzutil.o fuzzutil.cc
 



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list