aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skel/Configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/Configure.pl b/skel/Configure.pl
index 4671806..3a2885a 100644
--- a/skel/Configure.pl
+++ b/skel/Configure.pl
@@ -32,7 +32,7 @@ MAIN: {
# parrot's Configure.pl mishandles win32 backslashes in --prefix
$prefix =~ s{\\}{/}g;
my @command = ($^X, "build/gen_parrot.pl", "--prefix=$prefix",
- '--gc=gms', ($^O !~ /win32/i ? "--optimize" : ()), @opts);
+ ($^O !~ /win32/i ? "--optimize" : ()), @opts);
print "Generating Parrot ...\n";
print "@command\n\n";