| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index ce659e2bf836760b89e50cbf50a19e73c4cdef5c..871ada59457cb194622d203f2cf7d42354fd14a9 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -461,8 +461,7 @@
|
|
|
| // Flags for native WebAssembly.
|
| DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript")
|
| -DEFINE_INT(wasm_num_compilation_tasks, 0,
|
| - "number of parallel compilation tasks for wasm")
|
| +DEFINE_BOOL(wasm_parallel_compilation, false, "compile WASM code in parallel")
|
| DEFINE_BOOL(trace_wasm_encoder, false, "trace encoding of wasm code")
|
| DEFINE_BOOL(trace_wasm_decoder, false, "trace decoding of wasm code")
|
| DEFINE_BOOL(trace_wasm_decode_time, false, "trace decoding time of wasm code")
|
|
|