Skip to content

Tests: Teach RunCMake to ignore Intel -Rdebug-disables-optimization remarks

Brad King requested to merge brad.king/cmake:test-intel-warnings into master

The Intel compiler may remark:

icpx: remark: Note that use of '-g' without any optimization-level option will turn off most compiler optimizations similar to use of '-O0' [-Rdebug-disables-optimization]

Teach RunCMake to drop such incidental lines before matching against expected output.

Topic-rename: test-intel-remarks

Edited by Brad King

Merge request reports