Skip to content
  • Robert Maynard's avatar
    NVHPC: Use -Werror for COMPILE_OPTIONS_WARNING_AS_ERROR · 9d40f014
    Robert Maynard authored and Brad King's avatar Brad King committed
    The previously-used `-Werror all-warnings` is not supported by
    the NVHPC suite of compilers.  This previously worked since `-Werror`
    was being used and `all-warnings` was being excluded.
    
    We thought this was the correct syntax due to incorrect documentation
    about `-Werror`, which stated the argument should be space-separated,
    while it should actually be separated with `=` or `,`.
    
    Issue: #24665
    9d40f014