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:
parent
0b75eee364
commit
51e66ec410
@ -27,7 +27,7 @@
|
||||
}],
|
||||
],
|
||||
'Optimization': 0, # /Od, no optimization
|
||||
'MinimalRebuild': 'true',
|
||||
'MinimalRebuild': 'false',
|
||||
'OmitFramePointers': 'false',
|
||||
'BasicRuntimeChecks': 3, # /RTC1
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user