Skip to content

build: add `-DNDEBUG=1` to clang flags

Even though we use CHECK instead of asserts in all of our codebase, we are still building and enabling assertions in standard libraries, and having those assertions comes with a cost.

cc @nodejs/build

Merge request reports

Loading