We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76675cb commit 2fca063Copy full SHA for 2fca063
.github/workflows/release-binaries.yml
@@ -126,8 +126,8 @@ jobs:
126
echo "enable-pgo=true" >> $GITHUB_OUTPUT
127
else
128
echo "enable-pgo=false" >> $GITHUB_OUTPUT
129
+ target_cmake_flags="-DLLVM_RELEASE_ENABLE_PGO=OFF"
130
fi
- target_cmake_flags="-DLLVM_RELEASE_ENABLE_PGO=OFF"
131
# The macOS builds try to cross compile some libraries so we need to
132
# add extra CMake args to disable them.
133
# See https://github.com/llvm/llvm-project/issues/99767
0 commit comments