aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-11-25 11:26:15 -0800
committerYing Wang <wangying@google.com>2015-11-25 11:26:15 -0800
commitc232fcae4d6f0cb76c09fc6cf9a0af712ec53fc6 (patch)
tree305ba6f055c2a2698f76124e7785f529666e6749
parente7b6cf46d0e0f6a07ecffa85b176a51f75dd68af (diff)
downloadsfntly-c232fcae4d6f0cb76c09fc6cf9a0af712ec53fc6.tar.gz
Fix build with clang.
Change-Id: Iec44a5170c4da8ef399aaf7879fef9d7514bfc11
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 40e35d2..4f7a10d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -84,7 +84,6 @@ MY_CFLAGS_Debug := \
-pipe \
-fPIC \
-fno-tree-sra \
- -fuse-ld=gold \
-Wno-psabi \
-ffunction-sections \
-funwind-tables \
@@ -163,7 +162,6 @@ MY_CFLAGS_Release := \
-pipe \
-fPIC \
-fno-tree-sra \
- -fuse-ld=gold \
-Wno-psabi \
-ffunction-sections \
-funwind-tables \