Skip to content

IPO: Don't add compile ipo flags to link line

Encountered this issue when exploring adding IPO support for CUDA.

CMake would incorrectly add the compile IPO flag to the link line. Which can be problematic when the compile flag isn't supported by the linker.

Merge request reports