From 123e7df4f4b3b585cc988b9e584509cfa49286d7 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:32:48 -0600 Subject: [PATCH] Mention CPPTRACE_STATIC_DEFINE for non-cmake instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4c6080..599443c 100644 --- a/README.md +++ b/README.md @@ -654,6 +654,8 @@ The typical dependencies for cpptrace are: Note: Newer libdwarf requires `-lzstd`, older libdwarf does not. +If you are linking statically, you will additionally need to specify `-DCPPTRACE_STATIC_DEFINE`. + Dependencies may differ if different back-ends are manually selected. ## Installation Without Package Managers or FetchContent