From d6651e0d8f5bbc7dba12003ccda023c97273ce86 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 15 Apr 2025 13:13:27 -0400 Subject: Remove -lbacktrace --- Makefile | 2 +- src/tomo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2f6a4ff4..b76f4053 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ G=-ggdb O=-Og CFLAGS=$(CCONFIG) $(INCLUDE_DIRS) $(EXTRA) $(CWARN) $(G) $(O) $(OSFLAGS) $(LTO) CFLAGS_PLACEHOLDER="$$(printf '\033[2m\033[m\n')" -LDLIBS=-lgc -lcord -lm -lunistring -lgmp -lbacktrace +LDLIBS=-lgc -lcord -lm -lunistring -lgmp LIBTOMO_FLAGS=-shared ifeq ($(OS),OpenBSD) diff --git a/src/tomo.c b/src/tomo.c index 865af840..0a75497f 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -68,7 +68,7 @@ static OptionalText_t #endif " -DGC_THREADS" " -I$HOME/.local/include -I$HOME/.local/share/tomo/installed -I/usr/local/include"), - ldlibs = Text("-lgc -lm -lgmp -lunistring -lbacktrace -ltomo"), + ldlibs = Text("-lgc -lm -lgmp -lunistring -ltomo"), ldflags = Text("-Wl,-rpath,'$ORIGIN',-rpath,$HOME/.local/share/tomo/lib,-rpath,$HOME/.local/lib,-rpath,/usr/local/lib " "-L$HOME/.local/lib -L$HOME/.local/share/tomo/lib -L/usr/local/lib"), optimization = Text("2"), -- cgit v1.2.3