Skip to content

Commit 5dd5f27

Browse files
committed
Disable pgo
1 parent 679c693 commit 5dd5f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
macos-13)
165165
if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
166166
build_runs_on="${{ inputs.runs-on }}"
167-
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF -DLLVM_RELEASE_ENABLE_PGO=OFF
167+
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF -DLLVM_RELEASE_ENABLE_PGO=OFF"
168168
else
169169
build_runs_on="macos-13-large"
170170
fi

0 commit comments

Comments
 (0)