Skip to content
  • Brad King's avatar
    Intel: Make explicit Fortran preprocessing under Ninja more robust · af074c26
    Brad King authored
    Tell the Fortran compiler to write preprocessor output directly to a
    file, as we do for the GNU compiler.  The previous "redirect stdout"
    approach could break during ABI detection with some `mpif90` wrappers
    that add version information to stdout when called with `-v`.
    
    Fixes: #21828
    af074c26