$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Zdenek Hurak (yg-boost-users_at_[hidden])
Date: 2003-05-15 16:44:43
> Furthermore, only debug versions are generated for all tests (test* and
> bench*).
You can use the -DNDEBUG option:
g++ bench.cc -o test -I/usr/local/lib/boost_1_29_0/ -O3 -DNDEBUG
Best regards,
Zdenek