mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-13 10:49:05 +00:00
diagnosing where in the linking stage it's getting stuck
This commit is contained in:
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
run: |
|
||||
# NOTE: disabling LTO to speed-up the GitHub macOS build bots (would take 30+ min otherwise)
|
||||
cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release -DGIT_REV=${{ github.sha }} -DNO_LTO=ON
|
||||
cmake --build profiler/build --parallel --config Release
|
||||
cmake --build profiler/build --parallel --config Release -- VERBOSE=1
|
||||
- name: Build update
|
||||
run: |
|
||||
cmake -B update/build -S update -DCMAKE_BUILD_TYPE=Release -DGIT_REV=${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user