summaryrefslogtreecommitdiff
path: root/webrtc.target.linux-x86.mk
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc.target.linux-x86.mk')
-rw-r--r--webrtc.target.linux-x86.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/webrtc.target.linux-x86.mk b/webrtc.target.linux-x86.mk
index a7abd462..12cf0e8e 100644
--- a/webrtc.target.linux-x86.mk
+++ b/webrtc.target.linux-x86.mk
@@ -37,7 +37,6 @@ LOCAL_SRC_FILES := \
MY_CFLAGS_Debug := \
--param=ssp-buffer-size=4 \
-Werror \
- -fno-exceptions \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -134,6 +133,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 \
@@ -149,7 +149,6 @@ LOCAL_CPPFLAGS_Debug := \
MY_CFLAGS_Release := \
--param=ssp-buffer-size=4 \
-Werror \
- -fno-exceptions \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -247,6 +246,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 \