N3DS: Turn on SDL_WERROR in CI.

This commit is contained in:
Pierre Wendling 2022-10-10 11:07:03 -04:00 committed by Sam Lantinga
parent 6784d84c9d
commit b737833d3c
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
run: |
cmake -S . -B build -G Ninja \
-DCMAKE_TOOLCHAIN_FILE=${DEVKITPRO}/cmake/3DS.cmake \
-DSDL_WERROR=ON \
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \
-DCMAKE_BUILD_TYPE=Release \