ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Faster/Faster.pm
(Generate patch)

Comparing Faster/Faster.pm (file contents):
Revision 1.15 by root, Fri Mar 10 18:58:26 2006 UTC vs.
Revision 1.16 by root, Fri Mar 10 18:58:31 2006 UTC

35 35
36# we don't need no steenking PIC on x86 36# we don't need no steenking PIC on x86
37$COMPILE =~ s/-f(?:PIC|pic)//g 37$COMPILE =~ s/-f(?:PIC|pic)//g
38 if $Config{archname} =~ /^(i[3456]86)-/; 38 if $Config{archname} =~ /^(i[3456]86)-/;
39 39
40my $opt_assert = 0; 40my $opt_assert = 1;
41 41
42our $source; 42our $source;
43 43
44my @ops; 44my @ops;
45my $op; 45my $op;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines