Skip to content

Commit 97c3955

Browse files
committed
Optimized build seems to work out fine on Win32, so do one.
1 parent 5c5e80a commit 97c3955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
my $prefix = $options{'gen-parrot-prefix'} || cwd()."/parrot_install";
3333
# parrot's Configure.pl mishandles win32 backslashes in --prefix
3434
$prefix =~ s{\\}{/}g;
35-
my @command = ($^X, "build/gen_parrot.pl", "--prefix=$prefix", ($^O !~ /win32/i ? "--optimize" : ()), @opts);
35+
my @command = ($^X, "build/gen_parrot.pl", "--prefix=$prefix", "--optimize", @opts);
3636

3737
print "Generating Parrot ...\n";
3838
print "@command\n\n";

0 commit comments

Comments
 (0)