Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: tools/gyp/configurations_msvs.gypi

Issue 10831209: Relanding 10366 - expecting a clobber to resolve the linking issue. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_msvs.gypi
===================================================================
--- tools/gyp/configurations_msvs.gypi (revision 10372)
+++ tools/gyp/configurations_msvs.gypi (working copy)
@@ -17,6 +17,7 @@
'ExceptionHandling': '0',
'RuntimeTypeInfo': 'false',
'OmitFramePointers': 'false',
+ 'RuntimeLibrary': '3', # MultiThreadedDebugDLL
},
'VCLinkerTool': {
'LinkIncremental': '2',
@@ -24,6 +25,7 @@
'StackReserveSize': '2097152',
},
},
+ 'defines': [ '_DEBUG' ],
},
'Dart_Release': {
@@ -37,6 +39,7 @@
'RuntimeTypeInfo': 'false',
'OmitFramePointers': 'false',
'StringPooling': 'true',
+ 'RuntimeLibrary': '2', # MultiThreadedDll
},
'VCLinkerTool': {
'LinkIncremental': '1',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698