Disable LTO on Linux CI.

This commit is contained in:
Bartosz Taudul
2026-03-31 23:02:42 +02:00
parent d8139f2058
commit b18b7461e4

View File

@@ -28,7 +28,7 @@ jobs:
restore-keys: ${{ runner.os }}-cpm-
- name: Profiler GUI
run: |
cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release -DGIT_REV=${{ github.sha }}
cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release -DNO_LTO=ON -DGIT_REV=${{ github.sha }}
cmake --build profiler/build --parallel
- name: Update utility
run: |