Skip to content
Snippets Groups Projects
Commit e8ed0ff9 authored by Juntong Liu's avatar Juntong Liu
Browse files

change --dvarg='' from default to NULL argument

parent a448f7bb
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@ function loadFiles() {
else
shift
if [[ -z "${1#*=}" ]]; then
__LOADER__="gdb --eval-command run --args "
__LOADER__="gdb "
else
__LOADER__="gdb ${1#*=} "
fi
......@@ -347,7 +347,7 @@ function loadFiles() {
else
shift
if [[ -z "${1#*=}" ]]; then
__LOADER__="valgrind --leak-check=full "
__LOADER__="valgrind "
else
__LOADER__="valgrind ${1#*=} "
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment