mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
consistent way to launch Ardour in gdb
This commit is contained in:
parent
25a128f853
commit
2ce0cf7295
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ checkdebug(){
|
||||||
for arg in "$@"
|
for arg in "$@"
|
||||||
do
|
do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
--debug )
|
--gdb )
|
||||||
DEBUG="T"
|
DEBUG="T"
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue