Commit 02382a6d authored by ager@chromium.org's avatar ager@chromium.org

Fix 'Optimizations' typo in gyp file.

BUG=http://code.google.com/p/v8/issues/detail?id=998
Review URL: http://codereview.chromium.org/5970001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6059 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 71715327
......@@ -74,7 +74,7 @@
],
'msvs_settings': {
'VCCLCompilerTool': {
'Optimizations': '0',
'Optimization': '0',
'conditions': [
['OS=="win" and component=="shared_library"', {
......@@ -134,7 +134,7 @@
},
'msvs_settings': {
'VCCLCompilerTool': {
'Optimizations': '2',
'Optimization': '2',
'InlineFunctionExpansion': '2',
'EnableIntrinsicFunctions': 'true',
'FavorSizeOrSpeed': '0',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment