mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-06-17 15:14:09 +00:00
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:
parent
ce9861af00
commit
3877d807cc
@ -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..."; \
|
||||
|
||||
@ -21,8 +21,7 @@
|
||||
"name": "isle",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
|
||||
"-DISLE_DEBUG=OFF"
|
||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user