Skip to content
Snippets Groups Projects
Commit 16aca80e authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-07-27 11:02:14 by simonmar]

+RTS -s<blah>  ==>  +RTS -S<blah>

for -Rghc-timing.  The former now gives only summary statistics, as
advertised.
parent bc3bcc2c
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment