Add -DISLE_DEBUG=OFF

This commit is contained in:
Christian Semmler 2025-06-14 21:01:52 -07:00
parent b0a6e550d3
commit 51b3a2334b

View File

@ -72,6 +72,7 @@ jobs:
-DISLE_BUILD_CONFIG=${{ matrix.config }} \
-DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \
-DISLE_WERROR=${{ !!matrix.werror }} \
-DISLE_DEBUG=OFF \
-Werror=dev
- name: Build (CMake)