diff options
author | Paul Fertser <fercerpav@gmail.com> | 2022-03-27 22:45:29 +0300 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2022-03-28 16:37:07 +0300 |
commit | ca782b5385dbf321ce2125cfbc99eeebd118c2b2 (patch) | |
tree | 0b095d168026c89c3b79007e6f4f221ce7982c8f /src/tools/autocomplete.h | |
parent | b9e811efb3725257ee4d3b6ee02c081a325bf075 (diff) | |
download | profani-tty-ca782b5385dbf321ce2125cfbc99eeebd118c2b2.tar.gz |
Add debug information to binary
Option -ggdb3 (same as -g3) doesn't affect code-generation, just adds to the binary size of an executable. Automake strips installed binaries automatically when "make install-strip" is run so enabling this option permanently doesn't affect the end result while allowing for hassle-free interactive debugging. If one is running a stripped binary it's still possible to attach GDB by process PID and then use "file /path/to/unstripped/profanity" to get all symbols and lines data.
Diffstat (limited to 'src/tools/autocomplete.h')
0 files changed, 0 insertions, 0 deletions