Enable CMake LTO/IPO support (WITH_LTO option)
Makefiles already support an option to enable link time optimizations. This is now also possible in CMake by using the WITH_LTO option. It's turned on by default if the compiler supports these flags. Note: LTO is part of the inter-procedural optimization (IPO). Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>pull/2615/head
parent
e5cb3d0d58
commit
47d6530ddf
Loading…
Reference in New Issue