Skip to content

Commit 8e7137d

Browse files
committed
Disable PGO for Release builds (#17765)
Same justification as #17749. We will revert this when either OneBranch Custom Pools become fit-for-purpose or they upgrade to VS 17.11. Or the heat death of the universe. (cherry picked from commit 628e99f) Service-Card-Id: PVTI_lADOAF3p4s4AmhmszgSGCaA Service-Version: 1.21
1 parent 0cbe706 commit 8e7137d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pipelines/ob-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parameters:
2727
- name: pgoBuildMode
2828
displayName: "PGO Build Mode"
2929
type: string
30-
default: Optimize
30+
default: None # BODGY - OneBranch is on VS 17.10, which is known to be the worst
3131
values:
3232
- Optimize
3333
- Instrument

0 commit comments

Comments
 (0)