commit | 7f40ffcb953870fb0df7646c447ffdc7b3ef0b2c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Sep 04 10:50:01 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Sun Sep 04 10:50:01 2011 -0700 |
tree | eb00446683fb046e7ba5b5f97b0b4be161c0ad2b | |
parent | 4a3164faefd255b1c1e911e7ad7c3d57749caaf6 [diff] [blame] |
Fix the LDT code to be -O2 safe and valgrind clean. Change-Id: Iad987f828a8d8932a9f7212c71eddd3c943f6311
diff --git a/build/Android.common.mk b/build/Android.common.mk index 575c810..de2622a 100644 --- a/build/Android.common.mk +++ b/build/Android.common.mk
@@ -25,7 +25,7 @@ dalvik/libdex ART_CFLAGS := \ - -O0 \ + -O2 \ -ggdb3 \ -Wall \ -Werror \