From 63cea03ec30f541dd4d27ee8b860b13ce7119a2f Mon Sep 17 00:00:00 2001 From: Android Chromium Automerger Date: Thu, 11 Sep 2014 17:45:36 +0000 Subject: Update makefiles after merge of Chromium at b62471bd5180 This commit was generated by merge_from_chromium.py. Change-Id: I9fcfaa7698e42b6e0818815b362cdc57acd7cb9c --- icuuc.host.darwin-arm.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icuuc.host.darwin-arm.mk') diff --git a/icuuc.host.darwin-arm.mk b/icuuc.host.darwin-arm.mk index f6552f4..55c4028 100644 --- a/icuuc.host.darwin-arm.mk +++ b/icuuc.host.darwin-arm.mk @@ -202,7 +202,6 @@ MY_CFLAGS_Debug := \ -fstack-protector \ --param=ssp-buffer-size=4 \ -pthread \ - -fno-exceptions \ -fno-strict-aliasing \ -Wno-unused-parameter \ -Wno-missing-field-initializers \ @@ -277,6 +276,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 \ @@ -290,7 +290,6 @@ MY_CFLAGS_Release := \ -fstack-protector \ --param=ssp-buffer-size=4 \ -pthread \ - -fno-exceptions \ -fno-strict-aliasing \ -Wno-unused-parameter \ -Wno-missing-field-initializers \ @@ -365,6 +364,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 \ -- cgit v1.2.3