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:
parent
51cb56e604
commit
37d847c416
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue