Remove -Wl,-dead_strip_dylibs at CMAKE level
Created by: Zaharid
The default flags for conda are useful and have cached various bugs but this particular one (that is set on Mac) has the effect of breaking everything. It is not clear to me why this happens (and may be that we are doing something funny with the build ourselves) but an easy enough solution is to just strip that flag, as we do in the conda build script:
Other people seem to have a similar problem:
https://github.com/ContinuumIO/anaconda-issues/issues/9172#issuecomment-381457432
For setting a development environment it would be best if cmake could just remove that flag whenever it is present.