diff --git a/node.gypi b/node.gypi index ac05072bc8..a926d9a8e7 100644 --- a/node.gypi +++ b/node.gypi @@ -325,7 +325,8 @@ '-O0' ], 'cflags': [ '--coverage', '-g', - '-O0' ] + '-O0' ], + 'cflags!': [ '-O3' ] }], [ 'OS=="sunos"', { 'ldflags': [ '-Wl,-M,/usr/lib/ld/map.noexstk' ],