14 Aug
2012
14 Aug
'12
12:54 p.m.
Hi Mathias,
On Tue, Aug 14, 2012 at 6:28 AM, Mathias Gaunard
On 08/13/2012 05:10 PM, Christian Henning wrote:
I think the main reason for my email was that I wasn't sure if I need to put the compiler symbol ( _ITERATOR_DEBUG_LEVEL=2 ) inside quotation marks on Windows machines.
I have now learned that I can use the dumpbin tool to double check that.
_ITERATOR_DEBUG_LEVEL=2 is automatically set by Visual C++ when compiling in debug mode.
Is that also true when building with bjam? Because I had to specify that setting on the command line. Christian