| Index: pylib/gyp/msvs_emulation.py
|
| diff --git a/pylib/gyp/msvs_emulation.py b/pylib/gyp/msvs_emulation.py
|
| index 5384df1c31ab60dfb1a80d157b955a286323775d..fa97aaf37dbc22f21dfe33bebc3f6db1b6ea60f3 100644
|
| --- a/pylib/gyp/msvs_emulation.py
|
| +++ b/pylib/gyp/msvs_emulation.py
|
| @@ -406,6 +406,8 @@ class MsvsSettings(object):
|
| cl('WholeProgramOptimization', map={'true': '/GL'})
|
| cl('WarningLevel', prefix='/W')
|
| cl('WarnAsError', map={'true': '/WX'})
|
| + cl('CallingConvention',
|
| + map={'0': 'd', '1': 'r', '2': 'z'}, prefix='/G')
|
| cl('DebugInformationFormat',
|
| map={'1': '7', '3': 'i', '4': 'I'}, prefix='/Z')
|
| cl('RuntimeTypeInfo', map={'true': '/GR', 'false': '/GR-'})
|
|
|