#3604: treat TH with -dynamic in the same way as -prof
authorSimon Marlow <marlowsd@gmail.com>
Wed, 4 Nov 2009 16:30:39 +0000 (16:30 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 4 Nov 2009 16:30:39 +0000 (16:30 +0000)
commit86b891f0de066ff67c4197918227eda4dec55d22
tree1c2f0ea4b325af57ca944322e0cba9b15843615f
parent1ef67b9729bc796b6e4fca24a1e7934e48e92840
#3604: treat TH with -dynamic in the same way as -prof
That is, you have to build the library/program without -dynamic first,
to get plain object files, and then build it again with -dynamic.

I still need to check whether any changes to Cabal are required to
make this work.
compiler/ghci/Linker.lhs