diff --git a/src/posix/Makefile-posix b/src/posix/Makefile-posix index 98c43caab..5ddc67b4e 100644 --- a/src/posix/Makefile-posix +++ b/src/posix/Makefile-posix @@ -78,7 +78,6 @@ UPTIME ?= 1 COMMONCFLAGS := \ -g \ - -rdynamic \ $(NULL) # If the user has asserted COVERAGE, alter the configuration options @@ -144,6 +143,7 @@ CXXFLAGS += \ LDFLAGS += \ $(COMMONCFLAGS) \ + -rdynamic \ $(NULL) TopSourceDir := $(dir $(shell readlink $(firstword $(MAKEFILE_LIST))))../..