Disable dynamic linking optimisations on OS X
authorSimon Marlow <marlowsd@gmail.com>
Mon, 5 Jul 2010 10:30:14 +0000 (10:30 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 5 Jul 2010 10:30:14 +0000 (10:30 +0000)
commit062aa8af7b8545386514ecc9359c485f34e7c0c7
tree8a00627c81a85d75e84dc417c4b7461eb73935b4
parentde1a1f9f882cf1a5c81c4a152edc001aafd3f8a3
Disable dynamic linking optimisations on OS X
To improve performance of the RTS when dynamically linked on x86, I
previously disabled -fPIC for certain critical modules (the GC, and a
few others).  However, build reports suggest that the dynamic linker
on OS X doesn't like this, so I'm disabling this optimsation on that
platform.
rts/ghc.mk