From ad52b261a1a9540beee76133af6f940d8ab6428c Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Wed, 18 Dec 2024 15:58:57 -0800 Subject: [PATCH] Remove libelf --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8122597be..d4344a10b 100644 --- a/Makefile +++ b/Makefile @@ -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