mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Windows: turn off /Gm
Otherwise multicode compile doesn't work.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
}],
|
||||
],
|
||||
'Optimization': 0, # /Od, no optimization
|
||||
'MinimalRebuild': 'true',
|
||||
'MinimalRebuild': 'false',
|
||||
'OmitFramePointers': 'false',
|
||||
'BasicRuntimeChecks': 3, # /RTC1
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user