| Index: tools/gyp/configurations_msvs.gypi
|
| ===================================================================
|
| --- tools/gyp/configurations_msvs.gypi (revision 10371)
|
| +++ tools/gyp/configurations_msvs.gypi (working copy)
|
| @@ -17,7 +17,6 @@
|
| 'ExceptionHandling': '0',
|
| 'RuntimeTypeInfo': 'false',
|
| 'OmitFramePointers': 'false',
|
| - 'RuntimeLibrary': '3', # MultiThreadedDebugDLL
|
| },
|
| 'VCLinkerTool': {
|
| 'LinkIncremental': '2',
|
| @@ -25,7 +24,6 @@
|
| 'StackReserveSize': '2097152',
|
| },
|
| },
|
| - 'defines': [ '_DEBUG' ],
|
| },
|
|
|
| 'Dart_Release': {
|
| @@ -39,7 +37,6 @@
|
| 'RuntimeTypeInfo': 'false',
|
| 'OmitFramePointers': 'false',
|
| 'StringPooling': 'true',
|
| - 'RuntimeLibrary': '2', # MultiThreadedDll
|
| },
|
| 'VCLinkerTool': {
|
| 'LinkIncremental': '1',
|
|
|