mirror of
https://github.com/electron/electron.git
synced 2026-02-07 05:35:02 -05:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user