Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6c2533

Browse filesBrowse files
bnoordhuisMyles Borins
authored andcommitted
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
Copy full SHA for e6c2533

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.