[v8-users] Re: How to set _ITERATOR_DEBUG_LEVEL to 0 on Windows while building v8.

2015-12-28 Thread Jane Chen
I added it to toolchain.gypi and that seems to do it. On Monday, December 28, 2015 at 2:45:46 PM UTC-8, Jane Chen wrote: > > v8 on Windows has the default _ITERATOR_DEBUG_LEVEL value, which conflicts > with another Windows library I'm embedding. So I'd like to set the > _ITERATOR_DEBUG_LEVEL to

[v8-users] How to set _ITERATOR_DEBUG_LEVEL to 0 on Windows while building v8.

2015-12-28 Thread Jane Chen
v8 on Windows has the default _ITERATOR_DEBUG_LEVEL value, which conflicts with another Windows library I'm embedding. So I'd like to set the _ITERATOR_DEBUG_LEVEL to 0 while building v8. I haven't quite figured out how to do it either by editing v8.gyp or the generated VS solution files. If