commit | 1ffa32f0be7becec4907b26ead353e4b17e1219c | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Tue Feb 05 18:29:08 2013 -0800 |
committer | Ian Rogers <irogers@google.com> | Tue Feb 05 18:29:08 2013 -0800 |
tree | 4b023e55080f75a4945a44588d12bfbb3aec8bd3 | |
parent | c0fa3ad44a84b7f658d16a717027bf95abc85db6 [diff] [blame] |
Reduce inlining in debug builds. Fixes 018-stack-overflow on the host with interpreter. Change-Id: Ieed091b341b7812cfe898421a74d2f41f6a6a8bc
diff --git a/build/Android.common.mk b/build/Android.common.mk index 21e829c..f613399 100644 --- a/build/Android.common.mk +++ b/build/Android.common.mk
@@ -77,6 +77,7 @@ endif art_debug_cflags := \ + -fno-inline \ -DDYNAMIC_ANNOTATIONS_ENABLED=1 \ -UNDEBUG