Skip to content
  • Ian Lynagh's avatar
    Allow -static to be used after -dynamic · cddbf866
    Ian Lynagh authored
    It's still the case that
        -dynamic -static
    will leave -fPIC enabled, but it's tricky to avoid that, and we already
    have similar situations where for example
        -XRankNTypes -XNoRankNTypes
    will leave ExplicitForAll enabled.
    cddbf866