diff options
author | Bert Belder <bertbelder@gmail.com> | 2012-04-27 22:06:12 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2012-04-27 22:06:12 +0200 |
commit | 51e66ec4102c64704553c9b646f11454496593ee (patch) | |
tree | f6eb58d03c84b7314c1dae8aa5d77f65e22b27c0 /common.gypi | |
parent | 0b75eee364230a6e08f4e7ada0735af1d1a25bc4 (diff) | |
download | node-new-51e66ec4102c64704553c9b646f11454496593ee.tar.gz |
Windows: turn off /Gm
Otherwise multicode compile doesn't work.
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 2 |
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 }, |