electron/build/node
Jeremy Apthorp 59fb4eccb4
chore: [gn] link against debug node when in debug mode (#13490)
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.
2018-06-28 14:42:09 -07:00
..
BUILD.gn chore: [gn] link against debug node when in debug mode (#13490) 2018-06-28 14:42:09 -07:00
node_override.gypi chore: [gn] correct library paths for node on windows (#13429) 2018-06-26 22:57:05 +02:00
toolchain.gypi refactor: GN builds on linux (#12957) 2018-05-16 12:51:11 -07:00