mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
dfa8263f4b
Honor the `INTERPROCEDURAL_OPTIMIZATION` target property for GNU compilers by activating their link-time-optimization (LTO) flags.
8 lines
243 B
ReStructuredText
8 lines
243 B
ReStructuredText
GCC IPO
|
|
-------
|
|
|
|
* Interprocedural optimization (IPO) is now supported for GNU
|
|
compilers using link time optimization (LTO) flags. See the
|
|
:prop_tgt:`INTERPROCEDURAL_OPTIMIZATION` target property and
|
|
:module:`CheckIPOSupported` module.
|