diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp index bc0a660cbfa0..ef3d827df137 100644 --- a/tools/icu/icu-generic.gyp +++ b/tools/icu/icu-generic.gyp @@ -26,6 +26,9 @@ 'UCONFIG_NO_REGULAR_EXPRESSIONS=1', 'U_ENABLE_DYLOAD=0', 'U_STATIC_IMPLEMENTATION=1', + # Don't need std::string in API. + # Also, problematic: + 'U_HAVE_STD_STRING=0', # TODO(srl295): reenable following pending # https://code.google.com/p/v8/issues/detail?id=3345 # (saves some space)