Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/clusterfuzz/v8_commands.py')
-rw-r--r--deps/v8/tools/clusterfuzz/v8_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/tools/clusterfuzz/v8_commands.py b/deps/v8/tools/clusterfuzz/v8_commands.py
index e84cd915e34..1956ef2802b 100644
--- a/deps/v8/tools/clusterfuzz/v8_commands.py
+++ b/deps/v8/tools/clusterfuzz/v8_commands.py
@@ -18,6 +18,7 @@ PYTHON3 = sys.version_info >= (3, 0)
DEFAULT_FLAGS = [
'--correctness-fuzzer-suppressions',
'--expose-gc',
+ '--fuzzing',
'--allow-natives-for-differential-fuzzing',
'--invoke-weak-callbacks',
'--omit-quit',