Adding gdb init and adjusting some of the build automation steps

This commit is contained in:
2023-10-27 18:03:45 +02:00
parent 2970806705
commit 04470edcc6
5 changed files with 15 additions and 4 deletions

1
run.sh
View File

@ -17,6 +17,7 @@ if ! make 2> warnings.log 1> /dev/null ; then
fi)
./scripts/update_harddrive.sh
./scripts/create_symbol_lookup.sh
args="";
if [[ $1 == "-d" ]]