mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
Do not define _DEBUG.
The vc++ compiler would define some internal contants if we define _DEBUG, since we are linking to the release build of chromiumcontent, this would result in linking errors.
This commit is contained in: