aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2017-01-06 01:07:51 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-06 01:07:51 +0000
commit9ea36292d686abc841b323bcb1e010f1f7161802 (patch)
treed511fc991633c4b70c878f9b4ca874874c0acd55
parente767944b1ab8b72f68b82737e5febd3198cc1f3f (diff)
parent5a22dd0d39b5f0d1d3f8fe9b27cce100753d24f3 (diff)
downloadjemalloc-9ea36292d686abc841b323bcb1e010f1f7161802.tar.gz
jemalloc: apply recommended optimizations
am: 5a22dd0d39 Change-Id: I10a03613b454f74855af4006db5e96ec4de2724e
-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",