| Index: pylib/gyp/msvs_emulation.py
|
| diff --git a/pylib/gyp/msvs_emulation.py b/pylib/gyp/msvs_emulation.py
|
| index c263cfa6d6c77dc670cb85e57c53515dbabe726d..ca67b122f0b9b1d0544eebce9a66a678c9dd6853 100644
|
| --- a/pylib/gyp/msvs_emulation.py
|
| +++ b/pylib/gyp/msvs_emulation.py
|
| @@ -442,6 +442,7 @@ class MsvsSettings(object):
|
| cl('FloatingPointModel',
|
| map={'0': 'precise', '1': 'strict', '2': 'fast'}, prefix='/fp:',
|
| default='0')
|
| + cl('CompileAsManaged', map={'false': '', 'true': '/clr'})
|
| cl('WholeProgramOptimization', map={'true': '/GL'})
|
| cl('WarningLevel', prefix='/W')
|
| cl('WarnAsError', map={'true': '/WX'})
|
|
|