Merge branch 'gcc-debug' into 'master'

Add -g to generate debuginfo on gcc

See merge request redox-os/cookbook!634
This commit is contained in:
Jeremy Soller 2025-09-21 10:35:36 -06:00
commit 26908fd5f3

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