Skip to content
  • Brad King's avatar
    FindMPI: Recoginze -f flags from mpicc (#10771) · a56969f3
    Brad King authored
    Parse compiler flags like "-fmessage-length=0 -fstack-protector
    -funwind-tables -fasynchronous-unwind-tables -fno-strict-aliasing" from
    the output of "mpicc -show".  We already handle preprocessor definition
    arguments like -DUSE_STDARG.  Honor '-f' flags too.
    a56969f3