mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
This is required on Windows, because in Debug mode, C++ stdlib containers have a different size to when in Release mode, so the code in `node.dll` thought that `node::Environment` was a different size to the code in `electron.exe`, which uh, caused problems. It should also make debugging through node a bit easier on all platforms.