aboutsummaryrefslogtreecommitdiff
path: root/icuuc.target.darwin-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'icuuc.target.darwin-mips.mk')
-rw-r--r--icuuc.target.darwin-mips.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/icuuc.target.darwin-mips.mk b/icuuc.target.darwin-mips.mk
index 294b715..34c7528 100644
--- a/icuuc.target.darwin-mips.mk
+++ b/icuuc.target.darwin-mips.mk
@@ -201,7 +201,6 @@ MY_CFLAGS_Debug := \
-fstack-protector \
--param=ssp-buffer-size=4 \
\
- -fno-exceptions \
-fno-strict-aliasing \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
@@ -290,6 +289,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 \
@@ -309,7 +309,6 @@ MY_CFLAGS_Release := \
-fstack-protector \
--param=ssp-buffer-size=4 \
\
- -fno-exceptions \
-fno-strict-aliasing \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
@@ -398,6 +397,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 \