summaryrefslogtreecommitdiff
path: root/node.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi3
1 files changed, 2 insertions, 1 deletions
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' ],