equal
deleted
inserted
replaced
1 |
1 |
2 New feature: FEATUREVARIANTSAFE |
2 By default, .mmp files that include FEATUREVARIANT will generate binaries for |
|
3 both "normal", non-binary variant, build configurations and binary variant |
|
4 build configurations. |
3 |
5 |
|
6 In order to ensure that only invariant binaries are created for invariant |
|
7 build configurations, and variant binaries for variant build configurations, |
|
8 the optional setting FEATUREVARIANTSAFE can be used. FEATUREVARIANTSAFE can be |
|
9 set via an os_properties.xml file and, when set, variant binaries will no |
|
10 longer be created for invariant build configurations. |
|
11 |
|
12 |