[project @ 1999-07-27 11:02:14 by simonmar]
authorsimonmar <unknown>
Tue, 27 Jul 1999 11:02:14 +0000 (11:02 +0000)
committersimonmar <unknown>
Tue, 27 Jul 1999 11:02:14 +0000 (11:02 +0000)
+RTS -s<blah>  ==>  +RTS -S<blah>

for -Rghc-timing.  The former now gives only summary statistics, as
advertised.

ghc/driver/ghc.lprl

index ff08503..9d25083 100644 (file)
@@ -1731,7 +1731,7 @@ sub runHsc {
        # emit nofibbish time/bytes-alloc stats to stderr;
        # see later .stat file post-processing
        print STDERR "warning: both -Rgc-stats and -Rghc-timing used, -Rghc-timing wins." if $CollectingGCstats;
-       push(@HsC_rts_flags, "-s$Tmp_prefix.stat");
+       push(@HsC_rts_flags, "-S$Tmp_prefix.stat");
        push(@Files_to_tidy, "$Tmp_prefix.stat");
     }