-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cc1plus: error: unrecognised debug output level ‘line-tables-only’ #3656
Labels
build
Issues and PRs related to build files or the CI.
Comments
jbergstroem
added
buffer
Issues and PRs related to the buffer subsystem.
build
Issues and PRs related to build files or the CI.
and removed
buffer
Issues and PRs related to the buffer subsystem.
labels
Nov 4, 2015
|
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Nov 5, 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: nodejs#3656 PR-URL: nodejs#3680 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Should be fixed by d461a07. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't compile NodeJS 5.0.0 on CentOS 6.7 64-bit Linux with GCC/G++ 5.2.0, configures fine but throws error
cc1plus: error: unrecognised debug output level ‘line-tables-only’
Using the following with ./configure in case this helps
./configure --gdb --with-dtrace --with-lttng --with-intl=full-icu --download=all --enable-asan
The text was updated successfully, but these errors were encountered: