No subject


Sat Apr 21 16:38:38 UTC 2012


<----
# Test if LLVM, mythtv doesn't compile unless you build in debug mode
my $out =3D `$CCBIN --version`;
if ( $out =3D~ m/llvm/ )
{
$OPT{'debug'} =3D 1;
&Verbose('Using LLVM: Forcing debug compile...');
}
<----

HTH,

Ian


More information about the mythtv-users mailing list