Build: Add usepch option to use precompiled headers

This commit is contained in:
Jérôme Leclercq
2022-03-09 20:06:38 +01:00
parent 4a8ebf869b
commit 3e556a72b6
9 changed files with 40 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
run: xmake config --shadernodes=y --tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --verbose --yes
run: xmake config --shadernodes=y --tests=y --usepch=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --verbose --yes
# Build the engine
- name: Build Nazara