blob: 782b0f0a628b7513e97046b38a9b08f3429f1acc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
INTERPROCEDURAL_OPTIMIZATION_<CONFIG>
-------------------------------------
Per-configuration interprocedural optimization for a target.
This is a per-configuration version of INTERPROCEDURAL_OPTIMIZATION.
If set, this property overrides the generic property for the named
configuration.
This property is initialized by the
:variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>` variable if it is set
when a target is created.
|