mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-27 00:18:46 +00:00
Backward trace lib
This commit is contained in:
parent
d55d545c9c
commit
f0297fd65f
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -123,6 +123,11 @@ BISON ?= bison
|
||||||
STRIP ?= strip
|
STRIP ?= strip
|
||||||
AWK ?= awk
|
AWK ?= awk
|
||||||
|
|
||||||
|
ifeq ($(OS), Linux)
|
||||||
|
LIBS += -ldw -lelf # SILIMATE: support for backward-cpp
|
||||||
|
CXXFLAGS += -DBACKWARD_HAS_DW # SILIMATE: support for backward-cpp
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(OS), Darwin)
|
ifeq ($(OS), Darwin)
|
||||||
PLUGIN_LINKFLAGS += -undefined dynamic_lookup
|
PLUGIN_LINKFLAGS += -undefined dynamic_lookup
|
||||||
LINKFLAGS += -rdynamic
|
LINKFLAGS += -rdynamic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue