Skip to content

Commit

Permalink
Enable PGO
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jul 11, 2024
1 parent a6851d8 commit bcbe75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
# Detect necessary CMake flags
target="${{ runner.os }}-${{ runner.arch }}"
echo "enable-pgo=false" >> $GITHUB_OUTPUT
echo "enable-pgo=true" >> $GITHUB_OUTPUT
target_cmake_flags="-DLLVM_RELEASE_ENABLE_PGO=OFF"
# The macOS builds try to cross compile some libraries so we need to
# add extra CMake args to disable them.
Expand Down

0 comments on commit bcbe75d

Please sign in to comment.