| Index: gyp/icu.gyp
|
| diff --git a/gyp/icu.gyp b/gyp/icu.gyp
|
| index d955b19af535346ec40e9171f3588f9155e88509..5142b77ed678f57395235b6e529c999e09174a1f 100644
|
| --- a/gyp/icu.gyp
|
| +++ b/gyp/icu.gyp
|
| @@ -63,9 +63,23 @@
|
| 'msvs_disabled_warnings': [4005, 4068, 4244, 4355, 4996, 4267],
|
| 'msvs_settings': {
|
| 'VCCLCompilerTool': {
|
| - 'RuntimeTypeInfo': 'true',
|
| - 'AdditionalOptions!': [ '/GR-' ],
|
| - 'AdditionalOptions': [ '/EHsc', '/GR', '/w', ],
|
| + 'AdditionalOptions': [ '/EHsc', ],
|
| + },
|
| + },
|
| + 'configurations': {
|
| + 'Debug': {
|
| + 'msvs_settings': {
|
| + 'VCCLCompilerTool': {
|
| + 'RuntimeTypeInfo': 'true', # /GR
|
| + },
|
| + },
|
| + },
|
| + 'Release': {
|
| + 'msvs_settings': {
|
| + 'VCCLCompilerTool': {
|
| + 'RuntimeTypeInfo': 'true', # /GR
|
| + },
|
| + },
|
| },
|
| },
|
| 'all_dependent_settings': {
|
|
|