Mention CPPTRACE_STATIC_DEFINE for non-cmake instructions

This commit is contained in:
Jeremy 2024-02-28 23:32:48 -06:00
parent 42a91af570
commit 123e7df4f4
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -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