build: turn on debug-safe optimizations with -Og
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 30 Apr 2015 17:53:02 +0000 (19:53 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 1 May 2015 09:59:30 +0000 (11:59 +0200)
commit78f4b038f89349f1c033911178fb6b411831e99e
tree30fa062844c04471bffef57c8f29ff0b202dcf47
parent0450ce7db22ab4b6f9b2119197389ed7d3eac8c3
build: turn on debug-safe optimizations with -Og

The resulting binary is still easy to inspect in gdb but is not as dog
slow.  The 'parallel' test suite, although it takes several minutes to
complete, now finishes without any tests timing out.

PR-URL: https://github.com/iojs/io.js/pull/1569
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
common.gypi