$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-09-09 05:03:05
Toon Knapen wrote:
>Update of /cvsroot/boost/boost/tools/build
>In directory usw-pr-cvs1:/tmp/cvs-serv23675
>
>Modified Files:
> features.jam
>Log Message:
>gprof needs the debug-symbols to produce the call-graph
>
>
Hi Toon,
are you sure debug-symbols are really needed? I've used profing without
debug symbols, only by not stripping the resuling
binary. That is, everything works when I comment out the line
flags gcc LINKFLAGS <debug-symbols>off : -s ;
in gcc-tools.jam
Anyway, we can't solve this problem optimally now.
- Volodya