Remove leftover ISLE_DEBUG=OFF from emscripten Dockerfile and flatpak manifest

These passed -DISLE_DEBUG=OFF, which is now an unknown CMake variable.
This commit is contained in:
Christian Semmler 2026-05-17 14:34:06 -07:00
parent ce9861af00
commit 3877d807cc
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C
2 changed files with 2 additions and 3 deletions

View File

@ -31,7 +31,7 @@ COPY --chown=emscripten:emscripten packaging/ ./packaging/
COPY --chown=emscripten:emscripten extensions/ ./extensions/
COPY --chown=emscripten:emscripten CMakeLists.txt .
RUN emcmake cmake -S . -B build -DISLE_BUILD_CONFIG=OFF -DISLE_DEBUG=OFF -DCMAKE_BUILD_TYPE=Release && \
RUN emcmake cmake -S . -B build -DISLE_BUILD_CONFIG=OFF -DCMAKE_BUILD_TYPE=Release && \
emmake cmake --build build -j 32
RUN echo "Fetching isle.pizza frontend..."; \

View File

@ -21,8 +21,7 @@
"name": "isle",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DISLE_DEBUG=OFF"
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{