Fix linker errors about __imp___CrtDbgReportW

We were linking against the release CRT but defining _DEBUG, which should only
be defined when using the debug CRT.
This commit is contained in:
Adam Roben 2013-05-28 11:55:25 -04:00
parent 51cb56e604
commit 37d847c416

View file

@ -80,7 +80,6 @@
'msvs_settings': {
'VCCLCompilerTool': {
'Optimization': '<(win_debug_Optimization)',
'PreprocessorDefinitions': ['_DEBUG'],
'BasicRuntimeChecks': '<(win_debug_RuntimeChecks)',
# We use Release to match the version of chromiumcontent.dll we
# link against.