$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: TEMPLIE Cédric (cedric.templie_at_[hidden])
Date: 2004-12-17 05:17:47
Is it possible to specify that even if we are in debug build, we needs
to build a specific target in release mode ?
I explain.
I have an exe that use a lib.
project my_exe : requirements <dependency>my_lib ;
I wanted to specify that my exe use the release version of the lib, how
it is possible (or not) to specify that ?
Thx
TEMPLIE Cédric