FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: omit -gline-tables-only for --enable-asan by bnoordhuis · Pull Request #3680 · nodejs/node · GitHub

/ node Public

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

Merged
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:fix3656
Nov 5, 2015
Merged

build: omit -gline-tables-only for --enable-asan#3680
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:fix3656

Conversation

Copy link
Copy Markdown
Member

-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

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

Copy link
Copy Markdown
Member Author

R=@indutny or @skomski?

indutny commented Nov 5, 2015

Copy link
Copy Markdown
Member

LGTM

`-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: nodejs#3656
PR-URL: nodejs#3680
Reviewed-By: Fedor Indutny <fedor@indutny.com>
bnoordhuis closed this Nov 5, 2015
bnoordhuis deleted the fix3656 branch November 5, 2015 17:39
bnoordhuis merged commit d461a07 into nodejs:master Nov 5, 2015
bnoordhuis added a commit that referenced this pull request Nov 7, 2015
`-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>
Fishrock123 mentioned this pull request Nov 11, 2015
rvagg mentioned this pull request Dec 17, 2015
bnoordhuis added a commit that referenced this pull request Dec 29, 2015
`-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>
MylesBorins pushed a commit that referenced this pull request Jan 19, 2016
`-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>
MylesBorins mentioned this pull request Jan 19, 2016

This comment has been minimized.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cc1plus: error: unrecognised debug output level ‘line-tables-only’

5 participants


Back | FazBrowse Home | New Git URL