forked from mirrors/0ad
22f0f2b232
The debug heap has a high performance cost, even in release mode, when running inside a debugger, which is surprising to people trying to measure performance. It doesn't seem very useful at finding bugs either. Add a NoDebugHeap flag to Premake, to set that environment variable when running in the VS2010 debugger. This was SVN commit r13901.