aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2017-01-06 01:18:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-06 01:18:52 +0000
commit57e95ada08fe72c9954544d46eef68354856e947 (patch)
treed511fc991633c4b70c878f9b4ca874874c0acd55
parent082fd92273ad075e49b643485fa23307daab481b (diff)
parent2961c11e7977dac9a224211d4141009eb6859c04 (diff)
downloadjemalloc-57e95ada08fe72c9954544d46eef68354856e947.tar.gz
jemalloc: apply recommended optimizations am: 5a22dd0d39 am: 9ea36292d6
am: 2961c11e79 Change-Id: I15f1fdce1171c428b1ce597a44648424ea130a15
-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",