##// END OF EJS Templates
fuzz: if the caller of our makefile sets CC and CXX, trust them...
Augie Fackler -
r47353:25b1610f default
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 CC = clang
1 CC ?= clang
2 CXX = clang++
2 CXX ?= clang++
3
3
4 # By default, use our own standalone_fuzz_target_runner.
4 # By default, use our own standalone_fuzz_target_runner.
5 # This runner does no fuzzing, but simply executes the inputs
5 # This runner does no fuzzing, but simply executes the inputs
General Comments 0
You need to be logged in to leave comments. Login now