$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Pedro Lamarão (pedro.lamarao_at_[hidden])
Date: 2006-07-28 13:39:22
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