ci: disable precompiled headers for riscos

This commit is contained in:
Anonymous Maarten 2023-07-22 21:19:14 +02:00 committed by Ryan C. Gordon
parent 96720f3350
commit b8c8968b69
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
cmake -S . -B build -G Ninja \
-Wdeprecated -Wdev -Werror \
-DCMAKE_TOOLCHAIN_FILE=/home/riscos/env/toolchain-riscos.cmake \
-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON \
-DRISCOS:BOOL=ON \
-DSDL_GCC_ATOMICS=OFF \
-DSDL_TESTS=ON \