Skip to content

Commit 2fca063

Browse files
committed
Disable pgo
1 parent 76675cb commit 2fca063

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
@@ -126,8 +126,8 @@ jobs:
126126
echo "enable-pgo=true" >> $GITHUB_OUTPUT
127127
else
128128
echo "enable-pgo=false" >> $GITHUB_OUTPUT
129+
target_cmake_flags="-DLLVM_RELEASE_ENABLE_PGO=OFF"
129130
fi
130-
target_cmake_flags="-DLLVM_RELEASE_ENABLE_PGO=OFF"
131131
# The macOS builds try to cross compile some libraries so we need to
132132
# add extra CMake args to disable them.
133133
# See https://github.com/llvm/llvm-project/issues/99767

0 commit comments

Comments
 (0)