Skip to content

Commit d461a07

Browse files
committed
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: #3656 PR-URL: #3680 Reviewed-By: Fedor Indutny <[email protected]>
1 parent 30ce3eb commit d461a07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common.gypi

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@
183183
'-fsanitize=address',
184184
'-DLEAK_SANITIZER'
185185
],
186-
'cflags_cc+': [ '-gline-tables-only' ],
187186
'cflags!': [ '-fomit-frame-pointer' ],
188187
'ldflags': [ '-fsanitize=address' ],
189188
}],

0 commit comments

Comments
 (0)