summaryrefslogtreecommitdiff
path: root/ft2.target.darwin-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ft2.target.darwin-mips.mk')
-rw-r--r--ft2.target.darwin-mips.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/ft2.target.darwin-mips.mk b/ft2.target.darwin-mips.mk
index 0d03843..162b9c1 100644
--- a/ft2.target.darwin-mips.mk
+++ b/ft2.target.darwin-mips.mk
@@ -224,7 +224,6 @@ LOCAL_LDFLAGS_Debug := \
-Wl,--no-undefined \
-Wl,--exclude-libs=ALL \
-Wl,--gc-sections \
- -Wl,--warn-shared-textrel \
-Wl,-O1 \
-Wl,--as-needed
@@ -241,8 +240,7 @@ LOCAL_LDFLAGS_Release := \
-Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
- -Wl,--gc-sections \
- -Wl,--warn-shared-textrel
+ -Wl,--gc-sections
LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))