Skip to content

IntelLLVM: Suppress -Rdebug-disables-optimization on debug builds

Bram Metsch requested to merge bram.metsch/cmake:intelllvm-debug-flags into master

IntelLLVM 2023.0.0 and above emit this remark if -g is used without any -O<level> flag, which is our default behavior. Add another flag to suppress the remark.

Topic-rename: IntelLLVM-debug-flags

Edited by Brad King

Merge request reports