There is also a HUGE HUUUUUGE speed penalty for compiling in debug mode, as the JIT compiler will take over and drastically slow performance, so it's important to run in release mode! (I had an octree color-palettizer that took up to 3 minutes in debug mode and less than a second inrelease mode... due to recursion!)