Skip to content

Conversation

bnoordhuis
Copy link
Member

It's not supported by clang and commit e67542a ("build: disable -Og
when building with clang") is not sufficient because the configure
script no longer writes the 'clang' variable to common.gypi.

I could fix the configure script but I don't care enough actually do
so. A fixed configure script won't help anyway when the compiler is
overridden through the CXX environment variable at compile time.

R=@Fishrock123?

@Fishrock123
Copy link
Contributor

Oh, heh. LGTM for now then. (maybe reverts are better?)

@mscdex mscdex added the build Issues and PRs related to build files or the CI. label May 4, 2015
It's not supported by clang and commit e67542a ("build: disable -Og
when building with clang") is not sufficient because the configure
script no longer writes the 'clang' variable to common.gypi.

I could fix the configure script but I don't care enough actually do
so.  A fixed configure script won't help anyway when the compiler is
overridden through the CXX environment variable at compile time.

PR-URL: nodejs#1611
Reviewed-By: Jeremiah Senkpiel <[email protected]>
@bnoordhuis bnoordhuis merged commit 69581b2 into nodejs:master May 4, 2015
@bnoordhuis bnoordhuis deleted the fix-debug-build branch May 4, 2015 18:54
@bnoordhuis
Copy link
Member Author

I figured a single back-out keeps history pollution down compared to two revert commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants