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