Skip to content
Snippets Groups Projects
Commit 0a2d323c authored by Austin Seipp's avatar Austin Seipp
Browse files

Fix #8677 (fallout from #8180)


When using TemplateHaskell and -prof, we *do not* want -dynamic-too, because
we're going to *expect* that you compiled the vanilla/dyn way already,
and are compiling profiling the second time (i.e. so GHCi can just load
the normal, non-profiled object files.)

Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
parent 22ddcfff
No related branches found
No related tags found
No related merge requests found
Loading
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