summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatish Patel <satish.patel@linaro.org>2016-06-23 17:47:45 +0530
committerSatish Patel <satish.patel@linaro.org>2016-06-23 17:47:45 +0530
commitfc226858515f6a5f30cf355a91e09e6569d28c4a (patch)
tree69ef4883222ec214eaf7dfa03d447ac3d6eb51d1
parent3b549538be1659fb03e91dd530ffc4d6a4439ec9 (diff)
downloadnedmalloc-master.tar.gz
Add "-fno-strict-aliasing" to fix m-lcr build errorHEADmaster
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e1222f3..2864e51 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,7 @@ nedmalloc_common_cflags := \
-Wno-unused-parameter \
-Werror \
-std=gnu99 \
+ -fno-strict-aliasing
nedmalloc_common_cflags += \