summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMattia Barbon <mbarbon@dsi.unive.it>2002-01-12 00:29:48 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-12 15:50:38 +0000
commit9d2bbe64880a61780d874de13a887a9237f604de (patch)
tree0f5701191e1fe1c21c4b701c065cfa15074069f3 /t
parentc33fe6136db08002c23477124823657a548fce45 (diff)
downloadperl-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-xt/TEST3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 34f15bf9e5..9f2081a5fc 100755
--- a/t/TEST
+++ b/t/TEST
@@ -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' ) {