Index: config/init/hints/mswin32.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/hints/mswin32.pl,v
retrieving revision 1.12
diff -u -r1.12 mswin32.pl
--- config/init/hints/mswin32.pl	15 Sep 2003 16:32:03 -0000	1.12
+++ config/init/hints/mswin32.pl	27 Sep 2003 12:06:48 -0000
@@ -26,8 +26,8 @@
 		# standard edition compiler' warning each time we compile.
 		# The logo gets printed to STDERR; hence the redirection.
 		my $cc_output = `$cc /? 2>&1`;
-		$ccflags =~ s/-O1 // if $cc_output =~ m/Standard/;
-        $ccflags =~ s/-Gf/-GF/ if $cc_output =~ m/Version (\d+)/ && $1 >= 13;
+		$ccflags =~ s/-O1 // if $cc_output =~ m/Standard/ || $cc_output =~ m{/ZI};
+		$ccflags =~ s/-Gf/-GF/ if $cc_output =~ m/Version (\d+)/ && $1 >= 13;
 		
 
 		Configure::Data->set(
