Skip to content

Commit

Permalink
Fix GDB server command arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Mar 31, 2024
1 parent cd0e4df commit 2f1f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VALGRIND=valgrind
VFLAGS=--leak-check=full --trace-children=yes --error-exitcode=1

ifeq ($(DEBUG),1)
GDB=gdbserver host:2345
GDB=gdbserver :2345
else
GDB=
endif
Expand Down

0 comments on commit 2f1f187

Please sign in to comment.