-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
build, windows: use /bigobj for debug builds #16289
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@refack can you (or anyone else) confirm that |
I'm running vcbuild debug with VS2015 on master right now Edit: error confirmed:
Edit: and confirmed this PR fixes it. |
Landed in 8f5fedb. |
PR-URL: nodejs/node#16289 Fixes: nodejs/node#16288 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs/node#16289 Fixes: nodejs/node#16288 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
landed on LTS v6.x Please lmk if it should be backed out |
It's unnecessary in v6.x, but won't hurt either. |
PR-URL: nodejs/node#16289 Fixes: nodejs/node#16288 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Fixes: #16288
cc @nodejs/platform-windows
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
build