$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-06-20 07:39:02
----- Original Message -----
From: "Neal D. Becker" <nbecker_at_[hidden]>
> In most cases the core is
> useless when compiled with high optimization on g++.
But maintaining enough info to give you a good traceback from arbitrary
code will inhibit any serious optimization anyway. Why not just stick
with -g -O1?
-Dave