summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-11-29 10:18:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-11-29 10:18:30 +0000
commitaa25db7d2a6f7f507c27ce49c99a33daf3059f8f (patch)
tree154ae8968a450a2e02d88207fa09e380fd380553 /compiler/driver/compiler_options.cc
parent299c1e168bde2039586d2486e52c73abbcec93b1 (diff)
parent2d8801f7b932496d5c2606294ff8fdea60e05b30 (diff)
Merge "Clean some dex2oat options."
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r--compiler/driver/compiler_options.cc2
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),