-
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
build: DEBUG build with clang in FreeBSD fails #1608
Labels
build
Issues and PRs related to build files or the CI.
Comments
This doesn't seem so good. @bnoordhuis maybe we can make it an option to use |
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
May 4, 2015
clang does not yet support -Og, fall back to -O0. Fixes: nodejs#1608 See: https://llvm.org/bugs/show_bug.cgi?id=20765
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
May 4, 2015
clang does not yet support -Og, fall back to -O0. See: https://llvm.org/bugs/show_bug.cgi?id=20765 Fixes: nodejs#1608 PR-URL: nodejs#1609 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Fixed by e67542a. |
Still getting the same error. It looks like the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output:
clang version:
It looks like clang does not support debug-safe optimizations with -Og introduced in #1569. See: https://llvm.org/bugs/show_bug.cgi?id=20765. Some workarounds are proposed there.
The text was updated successfully, but these errors were encountered: