From e65edcf91adb4a88b9fb62cb7e8fa549dbd84e8e Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Thu, 28 Mar 2024 19:51:53 -0500 Subject: [PATCH] Make note about -DCPPTRACE_STATIC_DEFINE more prominent --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 123168c..2efa46b 100644 --- a/README.md +++ b/README.md @@ -674,7 +674,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`. +> [!IMPORTANT] +> If you are linking statically, you will additionally need to specify `-DCPPTRACE_STATIC_DEFINE`. Dependencies may differ if different back-ends are manually selected.