mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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: