aboutsummaryrefslogtreecommitdiff
path: root/icui18n.target.darwin-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'icui18n.target.darwin-mips.mk')
-rw-r--r--icui18n.target.darwin-mips.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/icui18n.target.darwin-mips.mk b/icui18n.target.darwin-mips.mk
index 6388261..64a6839 100644
--- a/icui18n.target.darwin-mips.mk
+++ b/icui18n.target.darwin-mips.mk
@@ -192,7 +192,6 @@ MY_CFLAGS_Debug := \
-fstack-protector \
--param=ssp-buffer-size=4 \
\
- -fno-exceptions \
-fno-strict-aliasing \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
@@ -281,6 +280,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 \
@@ -300,7 +300,6 @@ MY_CFLAGS_Release := \
-fstack-protector \
--param=ssp-buffer-size=4 \
\
- -fno-exceptions \
-fno-strict-aliasing \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
@@ -389,6 +388,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 \