We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944108c commit 22f7684Copy full SHA for 22f7684
Makefile
@@ -51,7 +51,7 @@ build-wasm:
51
rm ui/assets/*.wasm || true
52
rm ui/assets/*.wasm.br || true
53
# Build the wasm file
54
- ( cd wasm; GOOS=js GOARCH=wasm go build -o ../ui/assets/app.wasm )
+ ( cd wasm; GOOS=js GOARCH=wasm go build -ldflags "-s -w" -o ../ui/assets/app.wasm )
55
56
# Build the wasm binary for production (compressed
57
build-wasm-prod: build-wasm
0 commit comments