mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
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:
commit
26908fd5f3
@ -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