Browse Source

PSP: Turn on `SDL_WERROR` in CI.

Pierre Wendling 2 years ago
parent
commit
0472794609
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/psp.yaml

+ 1 - 0
.github/workflows/psp.yaml

@@ -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 \