cvsuser     04/04/27 01:09:38

  Modified:    config/init/hints mswin32.pl
  Log:
  mswin32: dont use -ZI
  
  Revision  Changes    Path
  1.19      +5 -6      parrot/config/init/hints/mswin32.pl
  
  Index: mswin32.pl
  ===================================================================
  RCS file: /cvs/public/parrot/config/init/hints/mswin32.pl,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -w -r1.18 -r1.19
  --- mswin32.pl        17 Jan 2004 19:59:00 -0000      1.18
  +++ mswin32.pl        27 Apr 2004 08:09:38 -0000      1.19
  @@ -38,8 +38,7 @@
                        cc_o_out   => '-Fo',
                        cc_exe_out => '-Fe',
                        cc_ldflags => '/link',
  -                                   #Use Edit and Continue debugging if available
  -                     cc_debug   => ($cc_output =~ m{/ZI} ? '-ZI' : '-Zi'),
  +                     cc_debug   => '-Zi', #ZI messes with __LINE__
                        ld_debug   => '-debug',
                        ld_shared  => '-dll',
                        ld_shared_flags=> '-def:libparrot.def',
  
  
  

Reply via email to