summaryrefslogtreecommitdiff
path: root/ft2.target.linux-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ft2.target.linux-arm.mk')
-rw-r--r--ft2.target.linux-arm.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/ft2.target.linux-arm.mk b/ft2.target.linux-arm.mk
index e77c5c7..8c2f691 100644
--- a/ft2.target.linux-arm.mk
+++ b/ft2.target.linux-arm.mk
@@ -228,7 +228,6 @@ LOCAL_LDFLAGS_Debug := \
-Wl,--exclude-libs=ALL \
-Wl,--icf=safe \
-Wl,--gc-sections \
- -Wl,--warn-shared-textrel \
-Wl,-O1 \
-Wl,--as-needed
@@ -247,8 +246,7 @@ LOCAL_LDFLAGS_Release := \
-Wl,--icf=safe \
-Wl,-O1 \
-Wl,--as-needed \
- -Wl,--gc-sections \
- -Wl,--warn-shared-textrel
+ -Wl,--gc-sections
LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))