We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c357c8 commit fb58b07Copy full SHA for fb58b07
distributed-process.cabal
@@ -217,7 +217,7 @@ Executable distributed-process-ring
217
buildable: False
218
Main-Is: benchmarks/ProcessRing.hs
219
if flag(prof)
220
- ghc-options: -Wall -threaded -fprof-auto -fno-prof-count-entries
+ ghc-options: -Wall -threaded -prof -auto-all -fno-prof-count-entries -rtsopts
221
else
222
ghc-options: -Wall -threaded -O2 -H256m -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
223
Extensions: BangPatterns,
0 commit comments