summaryrefslogtreecommitdiff
path: root/modules/webrtc_utility.target.darwin-arm64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/webrtc_utility.target.darwin-arm64.mk')
-rw-r--r--modules/webrtc_utility.target.darwin-arm64.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/webrtc_utility.target.darwin-arm64.mk b/modules/webrtc_utility.target.darwin-arm64.mk
index d4c70e73..2de92a63 100644
--- a/modules/webrtc_utility.target.darwin-arm64.mk
+++ b/modules/webrtc_utility.target.darwin-arm64.mk
@@ -39,7 +39,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 \
@@ -153,7 +153,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 \