Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: don't compile debug build with -Og
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]>
- Loading branch information