reading the web suggests -g -rdynamic is also needed for th elinker
This commit is contained in:
parent
b7878fcaed
commit
9b0091db61
2 changed files with 2 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -10400,6 +10400,7 @@ case "$system" in
|
|||
;;
|
||||
*)
|
||||
CFLAGS="$CFLAGS -g -rdynamic"
|
||||
LDFLAGS="$LDFLAGS -g -rdynamic"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
@ -53,6 +53,7 @@ case "$system" in
|
|||
;;
|
||||
*)
|
||||
CFLAGS="$CFLAGS -g -rdynamic"
|
||||
LDFLAGS="$LDFLAGS -g -rdynamic"
|
||||
;;
|
||||
esac
|
||||
AC_DEFINE_UNQUOTED(OS, "${host}", [cpu-machine-OS])
|
||||
|
|
Reference in a new issue