Skip to content

Commit e6c2533

Browse files
bnoordhuisMyles Borins
authored and
Myles Borins
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 <fedor@indutny.com>
1 parent 46c59b7 commit e6c2533

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)