mirror of https://github.com/encounter/SDL.git
PSP: Turn on `SDL_WERROR` in CI.
This commit is contained in:
parent
5ddac7e026
commit
0472794609
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue