We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e4204 commit ffc1ebeCopy full SHA for ffc1ebe
src/docker/itk-wasm-base/build.sh
@@ -65,7 +65,6 @@ emscripten_threads_c_flags="-pthread -msimd128 -flto -Wno-warn-absolute-paths -D
65
emscripten_threads_debug_ld_flags="-pthread -s MALLOC=mimalloc -s PTHREAD_POOL_SIZE=navigator.hardwareConcurrency -fno-lto -s ALLOW_MEMORY_GROWTH=1 -s MAXIMUM_MEMORY=4GB -Wno-pthreads-mem-growth"
66
emscripten_threads_debug_c_flags="-pthread -msimd128 -fno-lto -Wno-warn-absolute-paths"
67
68
-<<<<<<< HEAD
69
# Handle local ITK source
70
local_itk_build_arg=""
71
if [[ -n "$local_itk" ]]; then
0 commit comments