build: omit -gline-tables-only for --enable-asan
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 5 Nov 2015 17:16:18 +0000 (18:16 +0100)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:13 +0000 (11:52 -0800)
commite6c25335eab8aad68d24502a59a3312ba05c588d
treee3ad823a7d8700a8f40d6778abf53d157df692cc
parent46c59b72567c4e16ddc0f8266b7e7448fc5ed800
build: omit -gline-tables-only for --enable-asan

`-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
PR-URL: https://github.com/nodejs/node/pull/3680
Reviewed-By: Fedor Indutny <fedor@indutny.com>
common.gypi