0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 12:10:08 +01:00

Windows: turn off /Gm

Otherwise multicode compile doesn't work.
This commit is contained in:
Bert Belder 2012-04-27 22:06:12 +02:00
parent 0b75eee364
commit 51e66ec410

View File

@ -27,7 +27,7 @@
}],
],
'Optimization': 0, # /Od, no optimization
'MinimalRebuild': 'true',
'MinimalRebuild': 'false',
'OmitFramePointers': 'false',
'BasicRuntimeChecks': 3, # /RTC1
},