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: don't compile debug build with -Og #1611

Merged
merged 1 commit into from
May 4, 2015

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 <fishrock123@rocketmail.com>
@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