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': {
|
'msvs_settings': {
|
||||||
'VCCLCompilerTool': {
|
'VCCLCompilerTool': {
|
||||||
'Optimization': '<(win_debug_Optimization)',
|
'Optimization': '<(win_debug_Optimization)',
|
||||||
'PreprocessorDefinitions': ['_DEBUG'],
|
|
||||||
'BasicRuntimeChecks': '<(win_debug_RuntimeChecks)',
|
'BasicRuntimeChecks': '<(win_debug_RuntimeChecks)',
|
||||||
# We use Release to match the version of chromiumcontent.dll we
|
# We use Release to match the version of chromiumcontent.dll we
|
||||||
# link against.
|
# link against.
|
||||||
|
|
Loading…
Reference in a new issue