Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
--omg-optimize
  • Loading branch information
timo committed Sep 21, 2013
1 parent e53541a commit 689120e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compilers.pl
Expand Up @@ -50,8 +50,8 @@
language => 'Perl 6',
compiler => 'rakudo',
vm => 'parrot',
f_run => [qw( install/bin/perl6 )],
e_run => [qw( install/bin/perl6 -e )],
f_run => [qw( install/bin/perl6 --optimize=3 )],
e_run => [qw( install/bin/perl6 --optimize=3 -e )],
show_ver => [qw( install/bin/perl6 --version )],
},
{
Expand All @@ -60,8 +60,8 @@
language => 'Perl 6',
compiler => 'rakudo',
vm => 'jvm',
f_run => [qw( ./perl6 )],
e_run => [qw( ./perl6 -e )],
f_run => [qw( ./perl6 --optimize=3 )],
e_run => [qw( ./perl6 --optimize=3 -e )],
show_ver => [qw( ./perl6 --version )],
},
{
Expand Down

0 comments on commit 689120e

Please sign in to comment.