Boost logo

Boost-Build :

From: Renaud Lepere (renaud.lepere_at_[hidden])
Date: 2006-07-28 12:20:09


>
> 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 ;

But this will be a new variant specific for gcc

Renaud


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk