Skip to content

Commit fb58b07

Browse files
author
Tim Watson
committed
Allow full rtsopts for ProcessRing benchmark
1 parent 0c357c8 commit fb58b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed-process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Executable distributed-process-ring
217217
buildable: False
218218
Main-Is: benchmarks/ProcessRing.hs
219219
if flag(prof)
220-
ghc-options: -Wall -threaded -fprof-auto -fno-prof-count-entries
220+
ghc-options: -Wall -threaded -prof -auto-all -fno-prof-count-entries -rtsopts
221221
else
222222
ghc-options: -Wall -threaded -O2 -H256m -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
223223
Extensions: BangPatterns,

0 commit comments

Comments
 (0)