build: don't compile debug build with -Og
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 4 May 2015 18:32:31 +0000 (20:32 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 4 May 2015 18:53:29 +0000 (20:53 +0200)
commit69581b2767766353e496bd98f91d4701a6014254
tree4f3310b903af0da08e0d162a38450f06b371fac1
parentca219b00d163254f866e3287f690845d437b993a
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: https://github.com/iojs/io.js/pull/1611
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
common.gypi