| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 629)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -160,6 +160,9 @@
|
| // parser.cc
|
| DEFINE_bool(allow_natives_syntax, false, "allow natives syntax")
|
|
|
| +// rewriter.cc
|
| +DEFINE_bool(optimize_ast, true, "optimize the ast")
|
| +
|
| // simulator-arm.cc
|
| DEFINE_bool(trace_sim, false, "trace simulator execution")
|
| DEFINE_int(stop_sim_at, 0, "Simulator stop after x number of instructions")
|
|
|