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