
23 May
2007
23 May
'07
3:14 a.m.
Mathias Gaunard wrote:
But about performance anyway, doesn't enabling debug mode on your compiler already kill performance?
Tremendously, up to 10x with our checked STL implementation. But it has its uses. We have a large commercial package. In house, we use both debug and non-debug builds for regular work. We only release non-debug builds to our customers. I'm sure this is typical. Jeff