Fix use of '-rdynamic'

The option should be informed to the linker.
This commit is contained in:
Jorge Pereira 2020-06-11 13:30:24 -03:00
parent 402e46bb82
commit 1b4ed916b1
No known key found for this signature in database
GPG Key ID: 3506FEC2EECDAA6D
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ linux_platform_headers = \
all_platform_headers += $(linux_platform_headers)
if HTOP_LINUX
AM_CFLAGS += -rdynamic
AM_LDFLAGS += -rdynamic
myhtopplatsources = linux/Platform.c linux/IOPriorityPanel.c linux/IOPriority.c \
linux/LinuxProcess.c linux/LinuxProcessList.c linux/LinuxCRT.c linux/Battery.c