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 c34a210 commit 1d10cf9Copy full SHA for 1d10cf9
ecsact/cli/commands/build.cc
@@ -304,7 +304,7 @@ auto ecsact::cli::detail::build_command( //
304
.work_dir = work_dir,
305
.output_path = output_path,
306
.debug = args["--debug"].asBool(),
307
- .tracy = args["--debug"].asBool(),
+ .tracy = args["--tracy"].asBool(),
308
.additional_plugin_dirs = additional_plugin_dirs,
309
};
310
auto runtime_output_path =
0 commit comments