summaryrefslogtreecommitdiff
path: root/modules/audioproc_debug_proto.target.linux-x86.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-06-09 17:44:56 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-06-09 17:44:56 +0000
commit8097a46312f4050f2629558f1d37ec5b3100eb6e (patch)
treed7571f88cf19a16d4d2c4ab84e561cef93e58c1d /modules/audioproc_debug_proto.target.linux-x86.mk
parent20d9f0061bc129329e0f2900d0c7f9ad500e4c74 (diff)
downloadwebrtc-8097a46312f4050f2629558f1d37ec5b3100eb6e.tar.gz
Update makefiles after merge of Chromium at 275833
This commit was generated by merge_from_chromium.py. Change-Id: Iad0f8b40d3547d8d6337888a84071a951f8302d6
Diffstat (limited to 'modules/audioproc_debug_proto.target.linux-x86.mk')
-rw-r--r--modules/audioproc_debug_proto.target.linux-x86.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/audioproc_debug_proto.target.linux-x86.mk b/modules/audioproc_debug_proto.target.linux-x86.mk
index 7adefdf2..1401363f 100644
--- a/modules/audioproc_debug_proto.target.linux-x86.mk
+++ b/modules/audioproc_debug_proto.target.linux-x86.mk
@@ -296,6 +296,7 @@ LOCAL_LDFLAGS_Debug := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
-Wl,--as-needed
@@ -311,6 +312,7 @@ LOCAL_LDFLAGS_Release := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \