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.
_build_rust_cwd
1 parent 3303dcf commit a11c4a2Copy full SHA for a11c4a2
src/anchor_cli_lib/mod.rs
@@ -279,7 +279,8 @@ fn _build_rust_cwd(
279
) -> Result<()> {
280
let exit = std::process::Command::new("cargo")
281
.arg(arch.build_subcommand())
282
- // smoelius: The next call to `arg` does not appear in the original.
+ // smoelius: The next call to `arg` does not appear in the original. Passing `--debug` to
283
+ // `cargo-build-sbf` causes it to build with debug symbols.
284
.arg("--debug")
285
.args(cargo_args.clone())
286
.stdout(Stdio::inherit())
0 commit comments