PSP: Turn on `SDL_WERROR` in CI.

This commit is contained in:
Pierre Wendling 2022-10-10 22:04:15 -04:00 committed by Sam Lantinga
parent 5ddac7e026
commit 0472794609
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
run: |
cmake -S . -B build \
-DCMAKE_TOOLCHAIN_FILE=$PSPDEV/psp/share/pspdev.cmake \
-DSDL_WERROR=ON \
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \
-DCMAKE_BUILD_TYPE=Release \