Skip to content
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: disable -Og when building with clang #1609

Merged
merged 1 commit into from
May 4, 2015

Conversation

bnoordhuis
Copy link
Member

clang does not yet support -Og, fall back to -O0.

Fixes: #1608
See: https://llvm.org/bugs/show_bug.cgi?id=20765

R=@Fishrock123?

@Fishrock123
Copy link
Member

LGTM

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>
@bnoordhuis bnoordhuis closed this May 4, 2015
@bnoordhuis bnoordhuis merged commit e67542a into nodejs:master May 4, 2015
@bnoordhuis bnoordhuis deleted the fix-clang-debug-build branch May 4, 2015 15:26
@rvagg rvagg mentioned this pull request May 4, 2015
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.

build: DEBUG build with clang in FreeBSD fails
2 participants