Skip to content
  • Neil Carlson's avatar
    NAG: Use -PIC for Fortran position-independent executable code · e9c98426
    Neil Carlson authored and Brad King's avatar Brad King committed
    The Numerical Algorithms Group (NAG) Fortran compiler documents -PIC for
    position-independent code and does not have a separate option for PIE.
    We added `-PIC` for PIC in commit v2.8.11~174^2 (NAG: Use -PIC for
    Fortran position-independent code, 2013-02-18).  Follow up for PIE.
    
    Closes: #16236
    e9c98426