summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 7501a23..a86fffa 100644
--- a/Android.mk
+++ b/Android.mk
@@ -271,6 +271,7 @@ ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS += -Darm
# remove this warning: "note: the mangling of 'va_list' has changed in GCC 4.4"
LOCAL_CFLAGS += -Wno-psabi
+LOCAL_CFLAGS += -fno-data-sections
endif
# need a flag to tell the C side when we're on devices with large memory