Build: Pass -g to cc called as linker to explicitly keep debug info
This commit is contained in:
parent
d6eea6caee
commit
cc95b4594a
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@ if test "$bird_cflags_default" = yes ; then
|
||||||
if test "$bird_cv_c_lto" = yes; then
|
if test "$bird_cv_c_lto" = yes; then
|
||||||
CFLAGS="$CFLAGS -flto"
|
CFLAGS="$CFLAGS -flto"
|
||||||
LDFLAGS="$LDFLAGS -flto=4 -g"
|
LDFLAGS="$LDFLAGS -flto=4 -g"
|
||||||
|
else
|
||||||
|
LDFLAGS="$LDFLAGS -g"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -Wno-parentheses"
|
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -Wno-parentheses"
|
||||||
|
|
Loading…
Reference in a new issue