Skip to content

Commit b18e0ad

Browse files
noopt
1 parent 255a0f3 commit b18e0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wasm-miniscript/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ifdef WASM_PACK_DEV
66
endif
77

88
define WASM_PACK_COMMAND
9-
$(WASM_PACK) build --out-dir $(1) $(WASM_PACK_FLAGS) --target $(2)
9+
$(WASM_PACK) build --no-opt --out-dir $(1) $(WASM_PACK_FLAGS) --target $(2)
1010
endef
1111

1212
define REMOVE_GITIGNORE

0 commit comments

Comments
 (0)