We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53541a commit 689120eCopy full SHA for 689120e
compilers.pl
@@ -50,8 +50,8 @@
50
language => 'Perl 6',
51
compiler => 'rakudo',
52
vm => 'parrot',
53
- f_run => [qw( install/bin/perl6 )],
54
- e_run => [qw( install/bin/perl6 -e )],
+ f_run => [qw( install/bin/perl6 --optimize=3 )],
+ e_run => [qw( install/bin/perl6 --optimize=3 -e )],
55
show_ver => [qw( install/bin/perl6 --version )],
56
},
57
{
@@ -60,8 +60,8 @@
60
61
62
vm => 'jvm',
63
- f_run => [qw( ./perl6 )],
64
- e_run => [qw( ./perl6 -e )],
+ f_run => [qw( ./perl6 --optimize=3 )],
+ e_run => [qw( ./perl6 --optimize=3 -e )],
65
show_ver => [qw( ./perl6 --version )],
66
67
0 commit comments