On Mon, May 14, 2012 at 6:56 PM, Antony Riakiotakis <kal...@gmail.com> wrote:
> Ah, looks like the reason for the strange behaviour was my using
> release with debug info build type for cmake. Optimizations play funky
> with the debugger it seems. Now all is in order...phew.
>

If you're debugging code you should start by building without
optimization then move to adding the individual items of optimization
so you know which one is breaking the code.

> So, summarizing again for reference:
>
> * Make sure python 2.7 is installed
> * Make sure you don't enable any optimization in debug builds

But you need to consider that optimization may cause a bug.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to