diff options
author | Mattia Barbon <mbarbon@dsi.unive.it> | 2002-01-12 00:29:48 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-12 15:50:38 +0000 |
commit | 9d2bbe64880a61780d874de13a887a9237f604de (patch) | |
tree | 0f5701191e1fe1c21c4b701c065cfa15074069f3 /t | |
parent | c33fe6136db08002c23477124823657a548fce45 (diff) | |
download | perl-9d2bbe64880a61780d874de13a887a9237f604de.tar.gz |
B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
Message-ID: <3C3F756C.4581.2E2A938@localhost>
p4raw-id: //depot/perl@14216
Diffstat (limited to 't')
-rwxr-xr-x | t/TEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -212,7 +212,8 @@ EOT else { my $compile; my $pl2c = "$testswitch -I../lib ../utils/perlcc --testsuite " . - "$switch -L .. " . + # -O9 for good measure, -fcog is broken ATM + "$switch -Wb=-O9,-fno-cog -L .. " . "-I \".. ../lib/CORE\" $args $utf $test -o "; if( $^O eq 'MSWin32' ) { |