Browse Source

Vita: Turn on `SDL_WERROR` in CI.

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

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

@@ -21,6 +21,7 @@ jobs:
       run: |
         cmake -S . -B build -G Ninja \
           -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake \
+          -DSDL_ERRORS=ON \
           -DSDL_TESTS=ON \
           -DSDL_INSTALL_TESTS=ON \
           -DCMAKE_BUILD_TYPE=Release \