mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Makefile: add -rdynamic on macOS to fix plugins with LTO
This commit is contained in:
parent
7db4c65970
commit
b34e2603ab
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -118,6 +118,7 @@ AWK ?= awk
|
|||
|
||||
ifeq ($(OS), Darwin)
|
||||
PLUGIN_LINKFLAGS += -undefined dynamic_lookup
|
||||
LINKFLAGS += -rdynamic
|
||||
|
||||
# homebrew search paths
|
||||
ifneq ($(shell :; command -v brew),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue