FINALLLYYYY!!! Can't believe it took so long to solve this but now I can gdb and catch aborts.
This commit is contained in:
parent
43fb60ebaa
commit
5af6d75b4c
3 changed files with 13 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -25,3 +25,6 @@ run: build test
|
|||
|
||||
clean:
|
||||
meson compile --clean -C builddir
|
||||
|
||||
debug:
|
||||
gdb --nx -x .gdbinit builddir/roguish.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue