Commit 94cbf36
committed
COMP: Switch Linux/Windows Python Azure CI from MinSizeRel to Release
MinSizeRel (-Os) tests an optimization profile ITK users overwhelmingly
do not ship; users build Release (-O3) or RelWithDebInfo. The historical
reason for MinSizeRel on hosted runners (small artifacts on free-tier
images) no longer applies on current Azure agents.
Switch the surviving Python wrapping jobs to Release so PR signal
matches what users compile. The remaining MinSizeRel canary lives on
the consolidated LinuxLegacyRemovedCxx20 job, which retains coverage
that the unusual optimizer config still builds.
Part of issue #6163 (CI matrix consolidation).1 parent 54718d0 commit 94cbf36
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments