Enable CMAKE_UNITY_BUILD in GitHub Actions
This commit is contained in:
parent
a1abde511e
commit
f73d41feba
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
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
|
||||
|
||||
- name: Upload Artifacts
|
||||
|
|
Loading…
Reference in New Issue