aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2017-01-06 01:25:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-06 01:25:22 +0000
commit84a621ad2e84fca821aaa95cea80093c5988ba5e (patch)
treed511fc991633c4b70c878f9b4ca874874c0acd55
parent88b9bc04c93273b3ca1fc5642a4244d23367a00e (diff)
parent57e95ada08fe72c9954544d46eef68354856e947 (diff)
downloadjemalloc-84a621ad2e84fca821aaa95cea80093c5988ba5e.tar.gz
jemalloc: apply recommended optimizations am: 5a22dd0d39 am: 9ea36292d6 am: 2961c11e79
am: 57e95ada08 Change-Id: I084b4fd39acca35fcee918dcabf73381f72a27d4
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5718add..38ddce0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,8 @@
common_cflags = [
"-D_REENTRANT",
+ "-O3",
+ "-funroll-loops",
"-fvisibility=hidden",
"-Wno-unused-parameter",
"-Wno-type-limits",