summaryrefslogtreecommitdiff
path: root/modules/iLBC.target.darwin-x86.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/iLBC.target.darwin-x86.mk')
-rw-r--r--modules/iLBC.target.darwin-x86.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/iLBC.target.darwin-x86.mk b/modules/iLBC.target.darwin-x86.mk
index fe2b0733..f68bbbe8 100644
--- a/modules/iLBC.target.darwin-x86.mk
+++ b/modules/iLBC.target.darwin-x86.mk
@@ -97,7 +97,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 \
@@ -213,7 +213,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 \