diff --git a/cmd/gio/jsbuild.go b/cmd/gio/jsbuild.go index 3dec5938..5f84745c 100644 --- a/cmd/gio/jsbuild.go +++ b/cmd/gio/jsbuild.go @@ -21,7 +21,7 @@ func buildJS(bi *buildInfo) error { cmd := exec.Command( "go", "build", - "-ldflags=-w -s "+bi.ldflags, + "-ldflags="+bi.ldflags, "-o", filepath.Join(out, "main.wasm"), bi.pkg, )