$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeffrey Faust (jefffaust_at_[hidden])
Date: 2007-05-22 23:14:06
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