summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-04-27 22:06:12 +0200
committerBert Belder <bertbelder@gmail.com>2012-04-27 22:06:12 +0200
commit51e66ec4102c64704553c9b646f11454496593ee (patch)
treef6eb58d03c84b7314c1dae8aa5d77f65e22b27c0 /common.gypi
parent0b75eee364230a6e08f4e7ada0735af1d1a25bc4 (diff)
downloadnode-new-51e66ec4102c64704553c9b646f11454496593ee.tar.gz
Windows: turn off /Gm
Otherwise multicode compile doesn't work.
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 7060608329..daa64d332a 100644
--- a/common.gypi
+++ b/common.gypi
@@ -27,7 +27,7 @@
}],
],
'Optimization': 0, # /Od, no optimization
- 'MinimalRebuild': 'true',
+ 'MinimalRebuild': 'false',
'OmitFramePointers': 'false',
'BasicRuntimeChecks': 3, # /RTC1
},