summaryrefslogtreecommitdiff
path: root/modules/webrtc_opus.target.darwin-x86.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/webrtc_opus.target.darwin-x86.mk')
-rw-r--r--modules/webrtc_opus.target.darwin-x86.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/webrtc_opus.target.darwin-x86.mk b/modules/webrtc_opus.target.darwin-x86.mk
index bc4258ef..81cc8b52 100644
--- a/modules/webrtc_opus.target.darwin-x86.mk
+++ b/modules/webrtc_opus.target.darwin-x86.mk
@@ -31,7 +31,7 @@ LOCAL_SRC_FILES := \
# Flags passed to both C and C++ files.
MY_CFLAGS_Debug := \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -144,7 +144,7 @@ LOCAL_CPPFLAGS_Debug := \
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \