Try disabling LTO during instrumented build.

pull/1456/head
Mooneer Salem 2026-08-05 16:36:43 -07:00
parent 01a245cb27
commit e6b4e1a191
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}
run: |
BUILD_TYPE=Release UT_ENABLE=0 BUILD_DEPS=1 PGO_INSTRUMENT=1 ENABLE_LTO=1 ./build_osx.sh
BUILD_TYPE=Release UT_ENABLE=0 BUILD_DEPS=1 PGO_INSTRUMENT=1 ./build_osx.sh
- name: Generate optimization profile
shell: bash