Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: set disable_glibcxx_debug flag
This breaks a few tests when Node is built in debug mode, because V8 is built with `-D_GLIBCXX_DEBUG=1` and Node is built without, which makes e.g. `std::vector` ABI-incompatible between the two. PR-URL: #16159 Reviewed-By: James Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
- Loading branch information