Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert the last commit, turns out gms is the default on Parrot
This reverts commit 41313b7.
  • Loading branch information
Tadeusz Sośnierz committed Feb 26, 2011
1 parent 41313b7 commit 6cf6166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -26,7 +26,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", ($^O !~ /win32/i ? "--optimize --gc=gms" : ()), @opts);
my @command = ($^X, "build/gen_parrot.pl", "--prefix=$prefix", ($^O !~ /win32/i ? "--optimize" : ()), @opts);

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

0 comments on commit 6cf6166

Please sign in to comment.