Makefile: add -rdynamic on macOS to fix plugins with LTO
@@ -118,6 +118,7 @@ AWK ?= awk
ifeq ($(OS), Darwin)
PLUGIN_LINKFLAGS += -undefined dynamic_lookup
LINKFLAGS += -rdynamic
# homebrew search paths
ifneq ($(shell :; command -v brew),)
The note is not visible to the blocked user.