Skip to content

Commit 99c5fdc

Browse files
Stop using the --tracing flag in the jco transpile command
1 parent c56d988 commit 99c5fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/packaging.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ namespace :npm do
8080
sh env.merge("RUBY_WASM_EXPERIMENTAL_COMPONENT_MODEL" => "1"),
8181
*build_command, "-o", component_path
8282
sh "npx", "jco", "transpile",
83-
"--no-wasi-shim", "--instantiation", "--valid-lifting-optimization", "--tracing",
83+
"--no-wasi-shim", "--instantiation", "--valid-lifting-optimization",
8484
component_path, "-o", File.join(dist_dir, "component")
8585
# ./component/package.json is required to be an ES module
8686
File.write(File.join(dist_dir, "component", "package.json"), '{ "type": "module" }')

0 commit comments

Comments
 (0)