Skip to content

build: omit -gline-tables-only for --enable-asan

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

-gline-tables-only is a clang-only flag. Drop it, it's not needed for address sanitizer-enabled builds and it makes it impossible to build with gcc.

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

No CI, we don't build with ASAN yet.

Merge request reports

Loading