Re: Use of -dead_strip_dylibs by default makes the -framework flag appear broken.

2018-06-18 Thread Moritz Angermann
Hi, I haven't found a quick fix, which is a bit annoying. A few observations: As we never reference anything from Foundation, we strip it away, and a runtime test of Foundation classes returns false. That does make sense in the dead_strip setting. But as Travis pointed out is contrary to what

Re: Use of -dead_strip_dylibs by default makes the -framework flag appear broken.

2018-06-18 Thread Ben Gamari
Travis Whitaker writes: > Hello Haskell Friends, > Hi Travis, This behavior was introduced in https://phabricator.haskell.org/rGHCb592bd98ff25730bbe3c13d6f62a427df8c78e28 to mitigate macOS's very restrictive linker command limit (which limits the number of direct dependencies that an object may