Skip to content

Add IPO compiler flags more consistently in generators

Brad King requested to merge brad.king/cmake:refactor-ipo-flags into master

Move addition of IPO flags into cmLocalGenerator::AddLanguageFlags because all call sites of that need the IPO flags, but not all were following the call with AppendFeatureOptions.

Merge request reports