Skip to content
  • Brad King's avatar
    CTestCustom: Suppress MIPSpro warnings about Olimit · 87d66066
    Brad King authored
    Since we compile command implementations in large batches the
    translation units get too big for MIPSpro optimization limits.
    Suppress the warnings it produces:
    
     Warning: Olimit was exceeded on function ...
     Warning: To override Olimit for all functions in file, use -OPT:Olimit=3201
    87d66066