Skip to content

Commit 689120e

Browse files
committed
--omg-optimize
1 parent e53541a commit 689120e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compilers.pl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
language => 'Perl 6',
5151
compiler => 'rakudo',
5252
vm => 'parrot',
53-
f_run => [qw( install/bin/perl6 )],
54-
e_run => [qw( install/bin/perl6 -e )],
53+
f_run => [qw( install/bin/perl6 --optimize=3 )],
54+
e_run => [qw( install/bin/perl6 --optimize=3 -e )],
5555
show_ver => [qw( install/bin/perl6 --version )],
5656
},
5757
{
@@ -60,8 +60,8 @@
6060
language => 'Perl 6',
6161
compiler => 'rakudo',
6262
vm => 'jvm',
63-
f_run => [qw( ./perl6 )],
64-
e_run => [qw( ./perl6 -e )],
63+
f_run => [qw( ./perl6 --optimize=3 )],
64+
e_run => [qw( ./perl6 --optimize=3 -e )],
6565
show_ver => [qw( ./perl6 --version )],
6666
},
6767
{

0 commit comments

Comments
 (0)