Thank's to all, it work the same, no matter the order of
options.
regards,
Jorge
On Fri, 2006-07-28 at 14:39 -0300, Pedro LamarĂ£o wrote:
> Renaud Lepere escreveu:
> >> Hello , I would like to use the flag -fmudflag
when compiling
> >> the debug
> >> target with gcc, an also linking with
-lmudflap. Any idea of how to do
> >> it, may be defining a variant?
> >>
> >
> > You can do something like that :
> > variant mudflap : debug :
<linkflags>-fmudflag <cxxflags>-lmudflap ;
>
> Wouldn't that be:
>
> variant mudflap : debug : <cxxflags>-fmudflap
<linkflags>-lmudflap ;
>
> ?
>
> --
> Pedro LamarĂ£o
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|