-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Same transition dirs when only cmd line options differs
Ignore user defined build settings only set on command line and not affected by any transition, when calculating transitionDirectoryNameFragment output directory. Native options on command line already have this behavior, and this commit provides the same also for user defined build settings. This allows reducing transition scalability issues, by combining transitions with command line options: a) Setting a limited number of common options via transitions, which affects large parts of the code base, but with limited number of variants. b) When needed, *also* setting a few of many specific options, each of them affecting only their parts of the code base, but with many variants. Resolves #12731
- Loading branch information
Showing
3 changed files
with
123 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters