haskell / ghc-events

Library and tool for parsing .eventlog files from GHC
http://www.haskell.org/haskellwiki/ThreadScope
Other
33 stars 33 forks source link

Use the default GHC RTS in the ghc-events executable #19

Closed maoe closed 7 years ago

maoe commented 7 years ago

This is mainly for my convenience. I don't have debug_p version of RTS so profiling build always fails with

ld: library not found for -lHSrts_debug_p
clang: error: linker command failed with exit code 1 (use -v to see invocation)
`clang' failed in phase `Linker'. (Exit code: 1)

If there a good reason to use -debug for the ghc-events executable? If not, let's drop it.

simonmar commented 7 years ago

Wow, I'm not sure why that was there.