spkr-beep / beep

beep is a command line tool for linux that beeps the PC speaker
https://github.com/spkr-beep/beep
GNU General Public License v2.0
68 stars 11 forks source link

Use plain -g instead of -gstabs #2

Closed rhonda closed 5 years ago

rhonda commented 5 years ago

The -gstabs switch produces debug output in a non-standard format. This causes problems on architectures like arm64 that doesn't support it, and also makes it difficult for debugging with gdb.