Stan Gunawan wrote:
> Hi,
>
> Is there a way to force a rebuild (or clean + build) when using a
> particular build variant?
>
> Say when using the 'release' variant, I'd like to force everything to be
> rebuilt.
>
bjam -a release
Sorry I didn't make it clearer. I know about the "-a" option, but I would like to enforce this in project-root.jam / Jamfile.
I guess the idea is for people not to forget to do a clean first, or use "-a".
I suppose I could just do an alias bjam-rel="bjam -a release", but that's a bit yucky.
--
/Brian Riis