| Index: runtime/vm/code_generator_x64.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator_x64.cc (revision 6659)
|
| +++ runtime/vm/code_generator_x64.cc (working copy)
|
| @@ -22,7 +22,7 @@
|
|
|
| namespace dart {
|
|
|
| -DEFINE_FLAG(bool, print_ast, false, "Print abstract syntax tree.");
|
| +DECLARE_FLAG(bool, print_ast);
|
| DEFINE_FLAG(bool, print_scopes, false, "Print scopes of local variables.");
|
| DEFINE_FLAG(bool, trace_functions, false, "Trace entry of each function.");
|
| DECLARE_FLAG(bool, enable_type_checks);
|
|
|