| Index: build/toolchain.gypi
|
| diff --git a/build/toolchain.gypi b/build/toolchain.gypi
|
| index e1b533d4dcc1fca757a474c3c396f6772a9b40e6..929461351b3a1b51c0b8242c07efc629163fdead 100644
|
| --- a/build/toolchain.gypi
|
| +++ b/build/toolchain.gypi
|
| @@ -452,6 +452,12 @@
|
| 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
| 'CharacterSet': '1',
|
| },
|
| + 'msvs_settings': {
|
| + 'VCCLCompilerTool': {
|
| + # Ensure no surprising artifacts from 80bit double math with x86.
|
| + 'AdditionalOptions': ['/arch:SSE2'],
|
| + },
|
| + },
|
| }],
|
| ['OS=="win" and v8_enable_prof==1', {
|
| 'msvs_settings': {
|
|
|