# # The GNU debugger. # # GDB, the GNU Project debugger, allows you to see what is going on # inside another program while it executes, or what another program # was doing at the moment it crashed. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=gdb pkgversion=13.1 arch=amd64 release=1 pkgcategory="devel" full_pkgname=gdb_13.1_amd64-1@devel blurb="The GNU debugger." homepage="https://www.gnu.org/software/gdb" license="GPLv2+, GPLv3+, LGPLv2, LGPLv3" fetch="https://ftp.gnu.org/gnu/gdb/gdb-13.1.tar.gz" replace=""