Clean up argument thing
This commit is contained in:
parent
37b6c58c3c
commit
2373331716
1 changed files with 1 additions and 1 deletions
|
@ -99,8 +99,8 @@ pub fn build(b: *Builder) !void {
|
||||||
const debug_cmd = b.addSystemCommand([_][]const u8{
|
const debug_cmd = b.addSystemCommand([_][]const u8{
|
||||||
"gdb",
|
"gdb",
|
||||||
"-ex",
|
"-ex",
|
||||||
|
symbol_file_arg,
|
||||||
});
|
});
|
||||||
debug_cmd.addArg(symbol_file_arg);
|
|
||||||
debug_cmd.addArgs([_][]const u8{
|
debug_cmd.addArgs([_][]const u8{
|
||||||
"-ex",
|
"-ex",
|
||||||
"target remote localhost:1234",
|
"target remote localhost:1234",
|
||||||
|
|
Loading…
Reference in a new issue