Skip to content

Unify flags implied by RelWithDebInfo with Release

Vitali Lovich requested to merge vlovich/cmake:master into master

"WithDebInfo" implies that it's release optimizations with an extra option to generate debug info. Changing optimization levels to be appropriate for debugging is what "Debug" is for.

Topic-rename: revise-RelWithDebInfo-flags

Merge request reports