mirror of https://github.com/lukechilds/node.git
Browse Source
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: https://github.com/iojs/io.js/pull/1611
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v2.0.2
1 changed files with 2 additions and 7 deletions
Loading…
Reference in new issue