Skip to content

Commit

Permalink
perf(Emscripten): Enable ITK_WASM_NO_FILESYSTEM_IO
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 13, 2023
1 parent f78da18 commit 0369f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/itk-wasm-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG CFLAGS
ARG CXXFLAGS
ENV LDFLAGS=${LDFLAGS:-"-flto -s ALLOW_MEMORY_GROWTH=1"}
ENV CFLAGS=${CFLAGS:-"-flto -Wno-warn-absolute-paths"}
ENV CXXFLAGS=${CXXFLAGS:-"${CFLAGS}"}
ENV CXXFLAGS=${CXXFLAGS:-"${CFLAGS} -DITK_WASM_NO_FILESYSTEM_IO"}

RUN mkdir ITK-build && \
cd ITK-build && \
Expand Down

0 comments on commit 0369f0b

Please sign in to comment.