Add -g to generate debuginfo on gcc

This commit is contained in:
Wildan Mubarok 2025-09-21 15:54:37 +00:00
parent 38717c26ba
commit 6d02a1c36e

View File

@ -883,6 +883,8 @@ then
install_flags=--debug
build_flags=
build_type=debug
export CFLAGS="${CFLAGS} -g"
export CPPFLAGS="${CPPFLAGS} -g"
fi
# cargo template