Skip to content

Commit c8df6d5

Browse files
committed
[WiP] Debug Windows CI (5)
1 parent ae7c663 commit c8df6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ node --version
534534
[ -n "$DISABLE_BINDINGS" ] || (
535535
stage "Compiling JS bindings"
536536
cd $SOURCE_DIR
537-
meson setup $DEPS/wasm-vips --prefix=$TARGET $MESON_ARGS --buildtype=release --bindir="$SOURCE_DIR/lib" \
537+
meson setup $DEPS/wasm-vips --prefix=$TARGET $MESON_ARGS --buildtype=debug --bindir="$SOURCE_DIR/lib" \
538538
-Denvironments=$ENVIRONMENT -Dmodules=$MODULES -Dwasmfs=$WASM_FS
539539
meson install -C $DEPS/wasm-vips --tag runtime
540540
)

0 commit comments

Comments
 (0)