Skip to content

Commit 318ab29

Browse files
committed
update build
1 parent 88c1908 commit 318ab29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generate:
1010
build: generate
1111
go run github.com/syumai/workers/cmd/workers-assets-gen@latest
1212
# tinygo build -target wasm -o ./build/app.wasm
13-
tinygo build -target wasm -o ./build/app.wasm -no-debug -panic=trap
13+
tinygo build -target wasm -o ./build/app.wasm -no-debug -panic=trap -gc=leaking
1414
# GOOS=js GOARCH=wasm go build -o ./build/app.wasm
1515

1616
.PHONY: deploy

0 commit comments

Comments
 (0)