1
0
Fork 0

Enable CMAKE_UNITY_BUILD in GitHub Actions

This commit is contained in:
Duncan Ogilvie 2025-08-05 23:11:29 +02:00
parent a1abde511e
commit f73d41feba
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Build - name: Build
run: | run: |
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -DCMAKE_UNITY_BUILD_BATCH_SIZE=6
cmake --build build cmake --build build
- name: Upload Artifacts - name: Upload Artifacts