Skip to content

Commit

Permalink
Add --optimize to default --gen-parrot build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Sep 22, 2009
1 parent 798ea1c commit 5d3d3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -31,7 +31,7 @@
my $prefix = $options{'gen-parrot-prefix'} || cwd()."/parrot_install";
# parrot's Configure.pl mishandles win32 backslashes in --prefix
$prefix =~ s{\\}{/}g;
my @command = ($^X, "build/gen_parrot.pl", "--prefix=$prefix", @opts);
my @command = ($^X, "build/gen_parrot.pl", "--prefix=$prefix", "--optimize", @opts);

print "Generating Parrot ...\n";
print "@command\n\n";
Expand Down

0 comments on commit 5d3d3a3

Please sign in to comment.