Skip to content
  • PHO's avatar
    Enable Opt_PIC for the dyn way regardless of OSes. · 84df08de
    PHO authored and ian@well-typed.com's avatar ian@well-typed.com committed
    We were previously enabling Opt_PIC on certain OSes namely Windows,
    Darwin and Linux, but it should always be enabled for the dyn way
    because it makes no sense to try to generate non-PIC dynamic
    libraries, which is usually impossible.
    84df08de