Submitter | phabricator |
---|---|
Date | Feb. 24, 2021, 5:41 p.m. |
Message ID | <differential-rev-PHID-DREV-etwfqlklcnfd2z7zp4uc-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48381/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/contrib/fuzz/Makefile b/contrib/fuzz/Makefile --- a/contrib/fuzz/Makefile +++ b/contrib/fuzz/Makefile @@ -1,5 +1,5 @@ -CC = clang -CXX = clang++ +CC ?= clang +CXX ?= clang++ # By default, use our own standalone_fuzz_target_runner. # This runner does no fuzzing, but simply executes the inputs