summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dex2oat/dex2oat.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index ec2713afbf..afa849580c 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -993,7 +993,7 @@ static int dex2oat(int argc, char** argv) {
if (compiler_filter_string == NULL) {
if (image) {
- compiler_filter_string = "speed";
+ compiler_filter_string = "everything";
} else {
#if ART_SMALL_MODE
compiler_filter_string = "interpret-only";