3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 00:26:40 +00:00

Backward trace lib

This commit is contained in:
Alain Dargelas 2024-12-18 15:53:57 -08:00
parent d55d545c9c
commit f0297fd65f

View file

@ -123,6 +123,11 @@ BISON ?= bison
STRIP ?= strip
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)
PLUGIN_LINKFLAGS += -undefined dynamic_lookup
LINKFLAGS += -rdynamic