summaryrefslogtreecommitdiff
path: root/common_audio/common_audio_sse2.target.linux-x86_64.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-09-11 17:45:37 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-09-11 17:45:37 +0000
commit40d8f859f097f75c5bfd85ac8f04c3b983afe0e1 (patch)
treeb867380cef0e87c5eb0d8f79957119437ca25441 /common_audio/common_audio_sse2.target.linux-x86_64.mk
parent8f88adf74ee77ddc03c123898e1b0790f67aa4cd (diff)
downloadwebrtc-40d8f859f097f75c5bfd85ac8f04c3b983afe0e1.tar.gz
Update makefiles after merge of Chromium at b62471bd5180
This commit was generated by merge_from_chromium.py. Change-Id: I03e28d2901e702a21f5ad8f0aba69055baff2d94
Diffstat (limited to 'common_audio/common_audio_sse2.target.linux-x86_64.mk')
-rw-r--r--common_audio/common_audio_sse2.target.linux-x86_64.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common_audio/common_audio_sse2.target.linux-x86_64.mk b/common_audio/common_audio_sse2.target.linux-x86_64.mk
index bad990f2..4f03a44b 100644
--- a/common_audio/common_audio_sse2.target.linux-x86_64.mk
+++ b/common_audio/common_audio_sse2.target.linux-x86_64.mk
@@ -33,7 +33,6 @@ MY_CFLAGS_Debug := \
-fstack-protector \
--param=ssp-buffer-size=4 \
-Werror \
- -fno-exceptions \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -129,6 +128,7 @@ LOCAL_C_INCLUDES_Debug := \
# Flags passed to only C++ (and not C) files.
LOCAL_CPPFLAGS_Debug := \
+ -fno-exceptions \
-fno-rtti \
-fno-threadsafe-statics \
-fvisibility-inlines-hidden \
@@ -145,7 +145,6 @@ MY_CFLAGS_Release := \
-fstack-protector \
--param=ssp-buffer-size=4 \
-Werror \
- -fno-exceptions \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -242,6 +241,7 @@ LOCAL_C_INCLUDES_Release := \
# Flags passed to only C++ (and not C) files.
LOCAL_CPPFLAGS_Release := \
+ -fno-exceptions \
-fno-rtti \
-fno-threadsafe-statics \
-fvisibility-inlines-hidden \