diff options
author | 2017-11-28 15:50:07 +0000 | |
---|---|---|
committer | 2017-11-28 15:55:44 +0000 | |
commit | 2d8801f7b932496d5c2606294ff8fdea60e05b30 (patch) | |
tree | 8f87764977fb77e3f74c97d5165f36220de42632 /compiler/driver/compiler_options.cc | |
parent | 986005c955860a69d788f7ff7d7f28964eb684ad (diff) |
Clean some dex2oat options.
Remove dump-passes inherited from Quick days,
and move dump-timings and dump-stats to CompilerStats.
Test: test.py
Change-Id: Ie79be858a141e59dc0b2a87d8cb5a5248a5bc7af
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r-- | compiler/driver/compiler_options.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc index 032763cdff..c0a9a05aa6 100644 --- a/compiler/driver/compiler_options.cc +++ b/compiler/driver/compiler_options.cc @@ -49,6 +49,8 @@ CompilerOptions::CompilerOptions() implicit_so_checks_(true), implicit_suspend_checks_(false), compile_pic_(false), + dump_timings_(false), + dump_stats_(false), verbose_methods_(), abort_on_hard_verifier_failure_(false), abort_on_soft_verifier_failure_(false), |