mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug: run with cachegrind script update
This commit is contained in:
parent
ef452d2c92
commit
851a8e8939
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ REST_ARGS="${ARGS[@]:4}"
|
|||
valgrind \
|
||||
--quiet \
|
||||
--tool=cachegrind \
|
||||
"$1" "$2" "$REST_ARGS">/dev/null
|
||||
"$1" "$2" $REST_ARGS>/dev/null
|
||||
|
||||
ARGS=( "$@" )
|
||||
REST_ARGS="${ARGS[@]:4}"
|
||||
|
|
Loading…
Add table
Reference in a new issue