Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 825) |
| +++ src/flag-definitions.h (working copy) |
| @@ -291,6 +291,7 @@ |
| DEFINE_bool(trace_regexps, false, "trace regexp execution") |
| DEFINE_bool(trace_regexp_bytecodes, false, "trace regexp bytecode executon") |
| +DEFINE_bool(attempt_case_independent, false, "attempt to run re2k case independent") |
| DEFINE_bool(re2k_native, false, "use native code regexp implementation") |
| // |