configs/psp: need to pass debug CFLAGS manually
commit1e98a3d514f0c64bdb4b514913f8bc5f200243b7
authorrofl0r <rofl0r@users.noreply.github.com>
Tue, 5 Mar 2024 15:15:40 +0000 (5 15:15 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Tue, 5 Mar 2024 15:15:40 +0000 (5 15:15 +0000)
tree44630a1e45fb8e276f7f24720ef311a8212e4527
parent4a281eefda849db22e6f70d3129f00ab530265e5
configs/psp: need to pass debug CFLAGS manually

unlike other autoconf-based projects, this one doesn't add -g unless you
manually add it to CFLAGS, and having the debug info especially in crt*.o
is crucial for the psplink debugger to work.
configs/psp