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 255a0f3 commit b18e0adCopy full SHA for b18e0ad
packages/wasm-miniscript/Makefile
@@ -6,7 +6,7 @@ ifdef WASM_PACK_DEV
6
endif
7
8
define WASM_PACK_COMMAND
9
- $(WASM_PACK) build --out-dir $(1) $(WASM_PACK_FLAGS) --target $(2)
+ $(WASM_PACK) build --no-opt --out-dir $(1) $(WASM_PACK_FLAGS) --target $(2)
10
endef
11
12
define REMOVE_GITIGNORE
0 commit comments