Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Fix use of '-rdynamic' #1009

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix use of '-rdynamic' #1009

wants to merge 1 commit into from

Conversation

jpereira
Copy link

The option should be informed to the linker.

The option should be informed to the linker.
@jpereira
Copy link
Author

It fixes the below warnings.

clang -DHAVE_CONFIG_H -I.  -DNDEBUG  -pedantic -Wall -Wextra -std=c99 -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/usr/local/etc\" -I"./linux" -rdynamic -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -MT linux/LinuxProcessList.o -MD -MP -MF $depbase.Tpo -c -o linux/LinuxProcessList.o linux/LinuxProcessList.c &&\
mv -f $depbase.Tpo $depbase.Po
clang: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument]

@natoscott
Copy link
Collaborator

natoscott commented Aug 20, 2020

Merged here: htop-dev/htop@0622be6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants