Remove libelf

This commit is contained in:
Alain Dargelas 2024-12-18 15:58:57 -08:00
parent f0297fd65f
commit ad52b261a1
1 changed files with 3 additions and 2 deletions

View File

@ -123,8 +123,9 @@ BISON ?= bison
STRIP ?= strip
AWK ?= awk
ifeq ($(OS), Linux)
LIBS += -ldw -lelf # SILIMATE: support for backward-cpp
ifeq ($(OS), Linux)
LIBS += -ldw # SILIMATE: support for backward-cpp
CXXFLAGS += -DBACKWARD_HAS_DW # SILIMATE: support for backward-cpp
endif