| Index: regexp2000/src/flag-definitions.h
|
| diff --git a/regexp2000/src/flag-definitions.h b/regexp2000/src/flag-definitions.h
|
| index 68057380553e4da802d4e7ed64bab2e979d9e688..bb6a3b4c72d63d3c9370381b15893afc8396ed74 100644
|
| --- a/regexp2000/src/flag-definitions.h
|
| +++ b/regexp2000/src/flag-definitions.h
|
| @@ -291,6 +291,7 @@ DEFINE_bool(collect_heap_spill_statistics, false,
|
|
|
| DEFINE_bool(trace_regexps, false, "trace regexp execution")
|
| DEFINE_bool(trace_regexp_bytecodes, false, "trace regexp bytecode executon")
|
| +DEFINE_bool(re2k_native, false, "use native code regexp implementation")
|
|
|
| //
|
| // Logging and profiling only flags
|
|
|