Browse Source

Windows: turn off /Gm

Otherwise multicode compile doesn't work.
v0.8.7-release
Bert Belder 13 years ago
parent
commit
51e66ec410
  1. 2
      common.gypi

2
common.gypi

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

Loading…
Cancel
Save