mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add -g to generate debuginfo on gcc
This commit is contained in:
parent
38717c26ba
commit
6d02a1c36e
@ -883,6 +883,8 @@ then
|
||||
install_flags=--debug
|
||||
build_flags=
|
||||
build_type=debug
|
||||
export CFLAGS="${CFLAGS} -g"
|
||||
export CPPFLAGS="${CPPFLAGS} -g"
|
||||
fi
|
||||
|
||||
# cargo template
|
||||
|
||||
Loading…
Reference in New Issue
Block a user