We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7c663 commit c8df6d5Copy full SHA for c8df6d5
build.sh
@@ -534,7 +534,7 @@ node --version
534
[ -n "$DISABLE_BINDINGS" ] || (
535
stage "Compiling JS bindings"
536
cd $SOURCE_DIR
537
- meson setup $DEPS/wasm-vips --prefix=$TARGET $MESON_ARGS --buildtype=release --bindir="$SOURCE_DIR/lib" \
+ meson setup $DEPS/wasm-vips --prefix=$TARGET $MESON_ARGS --buildtype=debug --bindir="$SOURCE_DIR/lib" \
538
-Denvironments=$ENVIRONMENT -Dmodules=$MODULES -Dwasmfs=$WASM_FS
539
meson install -C $DEPS/wasm-vips --tag runtime
540
)
0 commit comments