diff options
-rw-r--r-- | build/Android.common_build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk index 70b344801c..3000cdf087 100644 --- a/build/Android.common_build.mk +++ b/build/Android.common_build.mk @@ -228,7 +228,7 @@ art_non_debug_cflags := \ # Cflags for debug ART and ART tools. art_debug_cflags := \ - -O0 \ + -O2 \ -DDYNAMIC_ANNOTATIONS_ENABLED=1 \ -DVIXL_DEBUG \ -UNDEBUG |