Skip to content

build: disable libstdc++ debug containers globally

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix30056 into master

Make sure _GLIBCXX_DEBUG is (un)defined consistently by turning the disable_glibcxx_debug in common.gypi into a global variable that overrides the definition in toolchain.gypi.

Different parts of the debug build were using differently sized std::vectors and that ended about as well as you would expect.

Fixes: https://github.com/nodejs/node/issues/30056

Merge request reports

Loading